@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonOSIS extends Object implements AmazonOSIS
AmazonOSIS
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreatePipelineResult |
createPipeline(CreatePipelineRequest request)
Creates an OpenSearch Ingestion pipeline.
|
DeletePipelineResult |
deletePipeline(DeletePipelineRequest request)
Deletes an OpenSearch Ingestion pipeline.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetPipelineResult |
getPipeline(GetPipelineRequest request)
Retrieves information about an OpenSearch Ingestion pipeline.
|
GetPipelineBlueprintResult |
getPipelineBlueprint(GetPipelineBlueprintRequest request)
Retrieves information about a specific blueprint for OpenSearch Ingestion.
|
GetPipelineChangeProgressResult |
getPipelineChangeProgress(GetPipelineChangeProgressRequest request)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
ListPipelineBlueprintsResult |
listPipelineBlueprints(ListPipelineBlueprintsRequest request)
Retrieves a list of all available blueprints for Data Prepper.
|
ListPipelinesResult |
listPipelines(ListPipelinesRequest request)
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartPipelineResult |
startPipeline(StartPipelineRequest request)
Starts an OpenSearch Ingestion pipeline.
|
StopPipelineResult |
stopPipeline(StopPipelineRequest request)
Stops an OpenSearch Ingestion pipeline.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Tags an OpenSearch Ingestion pipeline.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from an OpenSearch Ingestion pipeline.
|
UpdatePipelineResult |
updatePipeline(UpdatePipelineRequest request)
Updates an OpenSearch Ingestion pipeline.
|
ValidatePipelineResult |
validatePipeline(ValidatePipelineRequest request)
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation.
|
public CreatePipelineResult createPipeline(CreatePipelineRequest request)
AmazonOSIS
Creates an OpenSearch Ingestion pipeline. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
createPipeline
in interface AmazonOSIS
public DeletePipelineResult deletePipeline(DeletePipelineRequest request)
AmazonOSIS
Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting Amazon OpenSearch Ingestion pipelines.
deletePipeline
in interface AmazonOSIS
public GetPipelineResult getPipeline(GetPipelineRequest request)
AmazonOSIS
Retrieves information about an OpenSearch Ingestion pipeline.
getPipeline
in interface AmazonOSIS
public GetPipelineBlueprintResult getPipelineBlueprint(GetPipelineBlueprintRequest request)
AmazonOSIS
Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the
configuration needed for a CreatePipeline
request. For more information, see Using blueprints to create a pipeline.
getPipelineBlueprint
in interface AmazonOSIS
public GetPipelineChangeProgressResult getPipelineChangeProgress(GetPipelineChangeProgressRequest request)
AmazonOSIS
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 Tracking the status of pipeline creation.
getPipelineChangeProgress
in interface AmazonOSIS
public ListPipelineBlueprintsResult listPipelineBlueprints(ListPipelineBlueprintsRequest request)
AmazonOSIS
Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline.
listPipelineBlueprints
in interface AmazonOSIS
public ListPipelinesResult listPipelines(ListPipelinesRequest request)
AmazonOSIS
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines.
listPipelines
in interface AmazonOSIS
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonOSIS
Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
listTagsForResource
in interface AmazonOSIS
public StartPipelineResult startPipeline(StartPipelineRequest request)
AmazonOSIS
Starts an OpenSearch Ingestion pipeline. For more information, see Starting an OpenSearch Ingestion pipeline.
startPipeline
in interface AmazonOSIS
public StopPipelineResult stopPipeline(StopPipelineRequest request)
AmazonOSIS
Stops an OpenSearch Ingestion pipeline. For more information, see Stopping an OpenSearch Ingestion pipeline.
stopPipeline
in interface AmazonOSIS
public TagResourceResult tagResource(TagResourceRequest request)
AmazonOSIS
Tags an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
tagResource
in interface AmazonOSIS
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonOSIS
Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
untagResource
in interface AmazonOSIS
public UpdatePipelineResult updatePipeline(UpdatePipelineRequest request)
AmazonOSIS
Updates an OpenSearch Ingestion pipeline. For more information, see Updating Amazon OpenSearch Ingestion pipelines.
updatePipeline
in interface AmazonOSIS
public ValidatePipelineResult validatePipeline(ValidatePipelineRequest request)
AmazonOSIS
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
validatePipeline
in interface AmazonOSIS
public void shutdown()
AmazonOSIS
shutdown
in interface AmazonOSIS
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonOSIS
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonOSIS
request
- The originally executed request.