@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonOSISAsync extends AmazonOSIS
AsyncHandler can be used to
receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonOSISAsync instead.
Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. OpenSearch Ingestion is a fully managed data collector that delivers real-time log and trace data to OpenSearch Service domains. For more information, see Getting data into your cluster using OpenSearch Ingestion.
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<CreatePipelineResult> |
createPipelineAsync(CreatePipelineRequest createPipelineRequest)
Creates an OpenSearch Ingestion pipeline.
|
Future<CreatePipelineResult> |
createPipelineAsync(CreatePipelineRequest createPipelineRequest,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
Creates an OpenSearch Ingestion pipeline.
|
Future<DeletePipelineResult> |
deletePipelineAsync(DeletePipelineRequest deletePipelineRequest)
Deletes an OpenSearch Ingestion pipeline.
|
Future<DeletePipelineResult> |
deletePipelineAsync(DeletePipelineRequest deletePipelineRequest,
AsyncHandler<DeletePipelineRequest,DeletePipelineResult> asyncHandler)
Deletes an OpenSearch Ingestion pipeline.
|
Future<GetPipelineResult> |
getPipelineAsync(GetPipelineRequest getPipelineRequest)
Retrieves information about an OpenSearch Ingestion pipeline.
|
Future<GetPipelineResult> |
getPipelineAsync(GetPipelineRequest getPipelineRequest,
AsyncHandler<GetPipelineRequest,GetPipelineResult> asyncHandler)
Retrieves information about an OpenSearch Ingestion pipeline.
|
Future<GetPipelineBlueprintResult> |
getPipelineBlueprintAsync(GetPipelineBlueprintRequest getPipelineBlueprintRequest)
Retrieves information about a specific blueprint for OpenSearch Ingestion.
|
Future<GetPipelineBlueprintResult> |
getPipelineBlueprintAsync(GetPipelineBlueprintRequest getPipelineBlueprintRequest,
AsyncHandler<GetPipelineBlueprintRequest,GetPipelineBlueprintResult> asyncHandler)
Retrieves information about a specific blueprint for OpenSearch Ingestion.
|
Future<GetPipelineChangeProgressResult> |
getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
Future<GetPipelineChangeProgressResult> |
getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest,
AsyncHandler<GetPipelineChangeProgressRequest,GetPipelineChangeProgressResult> asyncHandler)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
Future<ListPipelineBlueprintsResult> |
listPipelineBlueprintsAsync(ListPipelineBlueprintsRequest listPipelineBlueprintsRequest)
Retrieves a list of all available blueprints for Data Prepper.
|
Future<ListPipelineBlueprintsResult> |
listPipelineBlueprintsAsync(ListPipelineBlueprintsRequest listPipelineBlueprintsRequest,
AsyncHandler<ListPipelineBlueprintsRequest,ListPipelineBlueprintsResult> asyncHandler)
Retrieves a list of all available blueprints for Data Prepper.
|
Future<ListPipelinesResult> |
listPipelinesAsync(ListPipelinesRequest listPipelinesRequest)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
Future<ListPipelinesResult> |
listPipelinesAsync(ListPipelinesRequest listPipelinesRequest,
AsyncHandler<ListPipelinesRequest,ListPipelinesResult> asyncHandler)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
Future<StartPipelineResult> |
startPipelineAsync(StartPipelineRequest startPipelineRequest)
Starts an OpenSearch Ingestion pipeline.
|
Future<StartPipelineResult> |
startPipelineAsync(StartPipelineRequest startPipelineRequest,
AsyncHandler<StartPipelineRequest,StartPipelineResult> asyncHandler)
Starts an OpenSearch Ingestion pipeline.
|
Future<StopPipelineResult> |
stopPipelineAsync(StopPipelineRequest stopPipelineRequest)
Stops an OpenSearch Ingestion pipeline.
|
Future<StopPipelineResult> |
stopPipelineAsync(StopPipelineRequest stopPipelineRequest,
AsyncHandler<StopPipelineRequest,StopPipelineResult> asyncHandler)
Stops an OpenSearch Ingestion pipeline.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Tags an OpenSearch Ingestion pipeline.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags an OpenSearch Ingestion pipeline.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from an OpenSearch Ingestion pipeline.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from an OpenSearch Ingestion pipeline.
|
Future<UpdatePipelineResult> |
updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest)
Updates an OpenSearch Ingestion pipeline.
|
Future<UpdatePipelineResult> |
updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest,
AsyncHandler<UpdatePipelineRequest,UpdatePipelineResult> asyncHandler)
Updates an OpenSearch Ingestion pipeline.
|
Future<ValidatePipelineResult> |
validatePipelineAsync(ValidatePipelineRequest validatePipelineRequest)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation.
|
Future<ValidatePipelineResult> |
validatePipelineAsync(ValidatePipelineRequest validatePipelineRequest,
AsyncHandler<ValidatePipelineRequest,ValidatePipelineResult> asyncHandler)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation.
|
createPipeline, deletePipeline, getCachedResponseMetadata, getPipeline, getPipelineBlueprint, getPipelineChangeProgress, listPipelineBlueprints, listPipelines, listTagsForResource, shutdown, startPipeline, stopPipeline, tagResource, untagResource, updatePipeline, validatePipelineFuture<CreatePipelineResult> createPipelineAsync(CreatePipelineRequest createPipelineRequest)
Creates an OpenSearch Ingestion pipeline. For more information, see Creating and managing OpenSearch Ingestion pipelines.
createPipelineRequest - Future<CreatePipelineResult> createPipelineAsync(CreatePipelineRequest createPipelineRequest, AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
Creates an OpenSearch Ingestion pipeline. For more information, see Creating and managing OpenSearch Ingestion pipelines.
createPipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeletePipelineResult> deletePipelineAsync(DeletePipelineRequest deletePipelineRequest)
Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting pipelines.
deletePipelineRequest - Future<DeletePipelineResult> deletePipelineAsync(DeletePipelineRequest deletePipelineRequest, AsyncHandler<DeletePipelineRequest,DeletePipelineResult> asyncHandler)
Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting pipelines.
deletePipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPipelineResult> getPipelineAsync(GetPipelineRequest getPipelineRequest)
Retrieves information about an OpenSearch Ingestion pipeline.
getPipelineRequest - Future<GetPipelineResult> getPipelineAsync(GetPipelineRequest getPipelineRequest, AsyncHandler<GetPipelineRequest,GetPipelineResult> asyncHandler)
Retrieves information about an OpenSearch Ingestion pipeline.
getPipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPipelineBlueprintResult> getPipelineBlueprintAsync(GetPipelineBlueprintRequest getPipelineBlueprintRequest)
Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the
configuration needed for a CreatePipeline request.
getPipelineBlueprintRequest - Future<GetPipelineBlueprintResult> getPipelineBlueprintAsync(GetPipelineBlueprintRequest getPipelineBlueprintRequest, AsyncHandler<GetPipelineBlueprintRequest,GetPipelineBlueprintResult> asyncHandler)
Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the
configuration needed for a CreatePipeline request.
getPipelineBlueprintRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPipelineChangeProgressResult> getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created.
For more information, see Creating and managing OpenSearch Ingestion pipelines.
getPipelineChangeProgressRequest - Future<GetPipelineChangeProgressResult> getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest, AsyncHandler<GetPipelineChangeProgressRequest,GetPipelineChangeProgressResult> asyncHandler)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created.
For more information, see Creating and managing OpenSearch Ingestion pipelines.
getPipelineChangeProgressRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListPipelineBlueprintsResult> listPipelineBlueprintsAsync(ListPipelineBlueprintsRequest listPipelineBlueprintsRequest)
Retrieves a list of all available blueprints for Data Prepper.
listPipelineBlueprintsRequest - Future<ListPipelineBlueprintsResult> listPipelineBlueprintsAsync(ListPipelineBlueprintsRequest listPipelineBlueprintsRequest, AsyncHandler<ListPipelineBlueprintsRequest,ListPipelineBlueprintsResult> asyncHandler)
Retrieves a list of all available blueprints for Data Prepper.
listPipelineBlueprintsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListPipelinesResult> listPipelinesAsync(ListPipelinesRequest listPipelinesRequest)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Creating and managing OpenSearch Ingestion pipelines.
listPipelinesRequest - Future<ListPipelinesResult> listPipelinesAsync(ListPipelinesRequest listPipelinesRequest, AsyncHandler<ListPipelinesRequest,ListPipelinesResult> asyncHandler)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Creating and managing OpenSearch Ingestion pipelines.
listPipelinesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
listTagsForResourceRequest - Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
listTagsForResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartPipelineResult> startPipelineAsync(StartPipelineRequest startPipelineRequest)
Starts an OpenSearch Ingestion pipeline. For more information, see Starting pipelines.
startPipelineRequest - Future<StartPipelineResult> startPipelineAsync(StartPipelineRequest startPipelineRequest, AsyncHandler<StartPipelineRequest,StartPipelineResult> asyncHandler)
Starts an OpenSearch Ingestion pipeline. For more information, see Starting pipelines.
startPipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopPipelineResult> stopPipelineAsync(StopPipelineRequest stopPipelineRequest)
Stops an OpenSearch Ingestion pipeline. For more information, see Stopping pipelines.
stopPipelineRequest - Future<StopPipelineResult> stopPipelineAsync(StopPipelineRequest stopPipelineRequest, AsyncHandler<StopPipelineRequest,StopPipelineResult> asyncHandler)
Stops an OpenSearch Ingestion pipeline. For more information, see Stopping pipelines.
stopPipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Tags an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
tagResourceRequest - Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
tagResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
untagResourceRequest - Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging OpenSearch Ingestion pipelines.
untagResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdatePipelineResult> updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest)
Updates an OpenSearch Ingestion pipeline. For more information, see Creating and managing OpenSearch Ingestion pipelines.
updatePipelineRequest - Future<UpdatePipelineResult> updatePipelineAsync(UpdatePipelineRequest updatePipelineRequest, AsyncHandler<UpdatePipelineRequest,UpdatePipelineResult> asyncHandler)
Updates an OpenSearch Ingestion pipeline. For more information, see Creating and managing OpenSearch Ingestion pipelines.
updatePipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ValidatePipelineResult> validatePipelineAsync(ValidatePipelineRequest validatePipelineRequest)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating and managing OpenSearch Ingestion pipelines.
validatePipelineRequest - Future<ValidatePipelineResult> validatePipelineAsync(ValidatePipelineRequest validatePipelineRequest, AsyncHandler<ValidatePipelineRequest,ValidatePipelineResult> asyncHandler)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating and managing OpenSearch Ingestion pipelines.
validatePipelineRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2023. All rights reserved.