| Package | Description |
|---|---|
| software.amazon.awssdk.services.osis |
Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines.
|
| software.amazon.awssdk.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
default CreatePipelineResponse |
OsisClient.createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest)
Creates an OpenSearch Ingestion pipeline.
|
default CreatePipelineResponse |
OsisClient.createPipeline(CreatePipelineRequest createPipelineRequest)
Creates an OpenSearch Ingestion pipeline.
|
default DeletePipelineResponse |
OsisClient.deletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest)
Deletes an OpenSearch Ingestion pipeline.
|
default DeletePipelineResponse |
OsisClient.deletePipeline(DeletePipelineRequest deletePipelineRequest)
Deletes an OpenSearch Ingestion pipeline.
|
default GetPipelineResponse |
OsisClient.getPipeline(Consumer<GetPipelineRequest.Builder> getPipelineRequest)
Retrieves information about an OpenSearch Ingestion pipeline.
|
default GetPipelineResponse |
OsisClient.getPipeline(GetPipelineRequest getPipelineRequest)
Retrieves information about an OpenSearch Ingestion pipeline.
|
default GetPipelineBlueprintResponse |
OsisClient.getPipelineBlueprint(Consumer<GetPipelineBlueprintRequest.Builder> getPipelineBlueprintRequest)
Retrieves information about a specific blueprint for OpenSearch Ingestion.
|
default GetPipelineBlueprintResponse |
OsisClient.getPipelineBlueprint(GetPipelineBlueprintRequest getPipelineBlueprintRequest)
Retrieves information about a specific blueprint for OpenSearch Ingestion.
|
default GetPipelineChangeProgressResponse |
OsisClient.getPipelineChangeProgress(Consumer<GetPipelineChangeProgressRequest.Builder> getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
default GetPipelineChangeProgressResponse |
OsisClient.getPipelineChangeProgress(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
default ListPipelineBlueprintsResponse |
OsisClient.listPipelineBlueprints(Consumer<ListPipelineBlueprintsRequest.Builder> listPipelineBlueprintsRequest)
Retrieves a list of all available blueprints for Data Prepper.
|
default ListPipelineBlueprintsResponse |
OsisClient.listPipelineBlueprints(ListPipelineBlueprintsRequest listPipelineBlueprintsRequest)
Retrieves a list of all available blueprints for Data Prepper.
|
default ListPipelinesResponse |
OsisClient.listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
default ListPipelinesResponse |
OsisClient.listPipelines(ListPipelinesRequest listPipelinesRequest)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
default ListPipelinesIterable |
OsisClient.listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
default ListPipelinesIterable |
OsisClient.listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
default ListTagsForResourceResponse |
OsisClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
default ListTagsForResourceResponse |
OsisClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
default StartPipelineResponse |
OsisClient.startPipeline(Consumer<StartPipelineRequest.Builder> startPipelineRequest)
Starts an OpenSearch Ingestion pipeline.
|
default StartPipelineResponse |
OsisClient.startPipeline(StartPipelineRequest startPipelineRequest)
Starts an OpenSearch Ingestion pipeline.
|
default StopPipelineResponse |
OsisClient.stopPipeline(Consumer<StopPipelineRequest.Builder> stopPipelineRequest)
Stops an OpenSearch Ingestion pipeline.
|
default StopPipelineResponse |
OsisClient.stopPipeline(StopPipelineRequest stopPipelineRequest)
Stops an OpenSearch Ingestion pipeline.
|
default TagResourceResponse |
OsisClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tags an OpenSearch Ingestion pipeline.
|
default TagResourceResponse |
OsisClient.tagResource(TagResourceRequest tagResourceRequest)
Tags an OpenSearch Ingestion pipeline.
|
default UntagResourceResponse |
OsisClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from an OpenSearch Ingestion pipeline.
|
default UntagResourceResponse |
OsisClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from an OpenSearch Ingestion pipeline.
|
default UpdatePipelineResponse |
OsisClient.updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)
Updates an OpenSearch Ingestion pipeline.
|
default UpdatePipelineResponse |
OsisClient.updatePipeline(UpdatePipelineRequest updatePipelineRequest)
Updates an OpenSearch Ingestion pipeline.
|
default ValidatePipelineResponse |
OsisClient.validatePipeline(Consumer<ValidatePipelineRequest.Builder> validatePipelineRequest)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation.
|
default ValidatePipelineResponse |
OsisClient.validatePipeline(ValidatePipelineRequest validatePipelineRequest)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You don't have permissions to access the resource.
|
class |
ConflictException
The client attempted to remove a resource that is currently in use.
|
class |
InternalException
The request failed because of an unknown error, exception, or failure (the failure is internal to the service).
|
class |
InvalidPaginationTokenException
An invalid pagination token provided in the request.
|
class |
LimitExceededException
You attempted to create more than the allowed number of tags.
|
class |
ResourceAlreadyExistsException
You attempted to create a resource that already exists.
|
class |
ResourceNotFoundException
You attempted to access or delete a resource that does not exist.
|
class |
ValidationException
An exception for missing or invalid input fields.
|
| Modifier and Type | Method and Description |
|---|---|
OsisException |
OsisException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(OsisException ex) |
Copyright © 2023. All rights reserved.