Interface BedrockDataAutomationAsyncClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.The asynchronous client performs non-blocking I/O when configured with any
SdkAsyncHttpClient
supported in the SDK. However, full non-blocking is not guaranteed as the async client may
perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API
call.
Amazon Bedrock Data Automation BuildTime
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder that can be used to configure and create aBedrockDataAutomationAsyncClient
.create()
Create aBedrockDataAutomationAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.default CompletableFuture
<CreateBlueprintResponse> createBlueprint
(Consumer<CreateBlueprintRequest.Builder> createBlueprintRequest) Creates an Amazon Bedrock Data Automation Blueprintdefault CompletableFuture
<CreateBlueprintResponse> createBlueprint
(CreateBlueprintRequest createBlueprintRequest) Creates an Amazon Bedrock Data Automation BlueprintcreateBlueprintVersion
(Consumer<CreateBlueprintVersionRequest.Builder> createBlueprintVersionRequest) Creates a new version of an existing Amazon Bedrock Data Automation BlueprintcreateBlueprintVersion
(CreateBlueprintVersionRequest createBlueprintVersionRequest) Creates a new version of an existing Amazon Bedrock Data Automation BlueprintcreateDataAutomationProject
(Consumer<CreateDataAutomationProjectRequest.Builder> createDataAutomationProjectRequest) Creates an Amazon Bedrock Data Automation ProjectcreateDataAutomationProject
(CreateDataAutomationProjectRequest createDataAutomationProjectRequest) Creates an Amazon Bedrock Data Automation Projectdefault CompletableFuture
<DeleteBlueprintResponse> deleteBlueprint
(Consumer<DeleteBlueprintRequest.Builder> deleteBlueprintRequest) Deletes an existing Amazon Bedrock Data Automation Blueprintdefault CompletableFuture
<DeleteBlueprintResponse> deleteBlueprint
(DeleteBlueprintRequest deleteBlueprintRequest) Deletes an existing Amazon Bedrock Data Automation BlueprintdeleteDataAutomationProject
(Consumer<DeleteDataAutomationProjectRequest.Builder> deleteDataAutomationProjectRequest) Deletes an existing Amazon Bedrock Data Automation ProjectdeleteDataAutomationProject
(DeleteDataAutomationProjectRequest deleteDataAutomationProjectRequest) Deletes an existing Amazon Bedrock Data Automation Projectdefault CompletableFuture
<GetBlueprintResponse> getBlueprint
(Consumer<GetBlueprintRequest.Builder> getBlueprintRequest) Gets an existing Amazon Bedrock Data Automation Blueprintdefault CompletableFuture
<GetBlueprintResponse> getBlueprint
(GetBlueprintRequest getBlueprintRequest) Gets an existing Amazon Bedrock Data Automation BlueprintgetDataAutomationProject
(Consumer<GetDataAutomationProjectRequest.Builder> getDataAutomationProjectRequest) Gets an existing Amazon Bedrock Data Automation ProjectgetDataAutomationProject
(GetDataAutomationProjectRequest getDataAutomationProjectRequest) Gets an existing Amazon Bedrock Data Automation Projectdefault CompletableFuture
<ListBlueprintsResponse> listBlueprints
(Consumer<ListBlueprintsRequest.Builder> listBlueprintsRequest) Lists all existing Amazon Bedrock Data Automation Blueprintsdefault CompletableFuture
<ListBlueprintsResponse> listBlueprints
(ListBlueprintsRequest listBlueprintsRequest) Lists all existing Amazon Bedrock Data Automation Blueprintsdefault ListBlueprintsPublisher
listBlueprintsPaginator
(Consumer<ListBlueprintsRequest.Builder> listBlueprintsRequest) This is a variant oflistBlueprints(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsRequest)
operation.default ListBlueprintsPublisher
listBlueprintsPaginator
(ListBlueprintsRequest listBlueprintsRequest) This is a variant oflistBlueprints(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsRequest)
operation.listDataAutomationProjects
(Consumer<ListDataAutomationProjectsRequest.Builder> listDataAutomationProjectsRequest) Lists all existing Amazon Bedrock Data Automation ProjectslistDataAutomationProjects
(ListDataAutomationProjectsRequest listDataAutomationProjectsRequest) Lists all existing Amazon Bedrock Data Automation ProjectslistDataAutomationProjectsPaginator
(Consumer<ListDataAutomationProjectsRequest.Builder> listDataAutomationProjectsRequest) This is a variant oflistDataAutomationProjects(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsRequest)
operation.listDataAutomationProjectsPaginator
(ListDataAutomationProjectsRequest listDataAutomationProjectsRequest) This is a variant oflistDataAutomationProjects(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsRequest)
operation.listTagsForResource
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) List tags for an Amazon Bedrock Data Automation resourcelistTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) List tags for an Amazon Bedrock Data Automation resourceThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationdefault CompletableFuture
<TagResourceResponse> tagResource
(Consumer<TagResourceRequest.Builder> tagResourceRequest) Tag an Amazon Bedrock Data Automation resourcedefault CompletableFuture
<TagResourceResponse> tagResource
(TagResourceRequest tagResourceRequest) Tag an Amazon Bedrock Data Automation resourcedefault CompletableFuture
<UntagResourceResponse> untagResource
(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Untag an Amazon Bedrock Data Automation resourcedefault CompletableFuture
<UntagResourceResponse> untagResource
(UntagResourceRequest untagResourceRequest) Untag an Amazon Bedrock Data Automation resourcedefault CompletableFuture
<UpdateBlueprintResponse> updateBlueprint
(Consumer<UpdateBlueprintRequest.Builder> updateBlueprintRequest) Updates an existing Amazon Bedrock Data Automation Blueprintdefault CompletableFuture
<UpdateBlueprintResponse> updateBlueprint
(UpdateBlueprintRequest updateBlueprintRequest) Updates an existing Amazon Bedrock Data Automation BlueprintupdateDataAutomationProject
(Consumer<UpdateDataAutomationProjectRequest.Builder> updateDataAutomationProjectRequest) Updates an existing Amazon Bedrock Data Automation ProjectupdateDataAutomationProject
(UpdateDataAutomationProjectRequest updateDataAutomationProjectRequest) Updates an existing Amazon Bedrock Data Automation ProjectMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
createBlueprint
default CompletableFuture<CreateBlueprintResponse> createBlueprint(CreateBlueprintRequest createBlueprintRequest) Creates an Amazon Bedrock Data Automation Blueprint
- Parameters:
createBlueprintRequest
- Create Blueprint Request- Returns:
- A Java Future containing the result of the CreateBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- ConflictException This exception is thrown when there is a conflict performing an operation
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createBlueprint
default CompletableFuture<CreateBlueprintResponse> createBlueprint(Consumer<CreateBlueprintRequest.Builder> createBlueprintRequest) Creates an Amazon Bedrock Data Automation Blueprint
This is a convenience which creates an instance of the
CreateBlueprintRequest.Builder
avoiding the need to create one manually viaCreateBlueprintRequest.builder()
- Parameters:
createBlueprintRequest
- AConsumer
that will call methods onCreateBlueprintRequest.Builder
to create a request. Create Blueprint Request- Returns:
- A Java Future containing the result of the CreateBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- ConflictException This exception is thrown when there is a conflict performing an operation
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createBlueprintVersion
default CompletableFuture<CreateBlueprintVersionResponse> createBlueprintVersion(CreateBlueprintVersionRequest createBlueprintVersionRequest) Creates a new version of an existing Amazon Bedrock Data Automation Blueprint
- Parameters:
createBlueprintVersionRequest
- Create Blueprint Version Request- Returns:
- A Java Future containing the result of the CreateBlueprintVersion operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createBlueprintVersion
default CompletableFuture<CreateBlueprintVersionResponse> createBlueprintVersion(Consumer<CreateBlueprintVersionRequest.Builder> createBlueprintVersionRequest) Creates a new version of an existing Amazon Bedrock Data Automation Blueprint
This is a convenience which creates an instance of the
CreateBlueprintVersionRequest.Builder
avoiding the need to create one manually viaCreateBlueprintVersionRequest.builder()
- Parameters:
createBlueprintVersionRequest
- AConsumer
that will call methods onCreateBlueprintVersionRequest.Builder
to create a request. Create Blueprint Version Request- Returns:
- A Java Future containing the result of the CreateBlueprintVersion operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createDataAutomationProject
default CompletableFuture<CreateDataAutomationProjectResponse> createDataAutomationProject(CreateDataAutomationProjectRequest createDataAutomationProjectRequest) Creates an Amazon Bedrock Data Automation Project
- Parameters:
createDataAutomationProjectRequest
- Create DataAutomationProject Request- Returns:
- A Java Future containing the result of the CreateDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- ConflictException This exception is thrown when there is a conflict performing an operation
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createDataAutomationProject
default CompletableFuture<CreateDataAutomationProjectResponse> createDataAutomationProject(Consumer<CreateDataAutomationProjectRequest.Builder> createDataAutomationProjectRequest) Creates an Amazon Bedrock Data Automation Project
This is a convenience which creates an instance of the
CreateDataAutomationProjectRequest.Builder
avoiding the need to create one manually viaCreateDataAutomationProjectRequest.builder()
- Parameters:
createDataAutomationProjectRequest
- AConsumer
that will call methods onCreateDataAutomationProjectRequest.Builder
to create a request. Create DataAutomationProject Request- Returns:
- A Java Future containing the result of the CreateDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- ConflictException This exception is thrown when there is a conflict performing an operation
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteBlueprint
default CompletableFuture<DeleteBlueprintResponse> deleteBlueprint(DeleteBlueprintRequest deleteBlueprintRequest) Deletes an existing Amazon Bedrock Data Automation Blueprint
- Parameters:
deleteBlueprintRequest
- Delete Blueprint Request- Returns:
- A Java Future containing the result of the DeleteBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteBlueprint
default CompletableFuture<DeleteBlueprintResponse> deleteBlueprint(Consumer<DeleteBlueprintRequest.Builder> deleteBlueprintRequest) Deletes an existing Amazon Bedrock Data Automation Blueprint
This is a convenience which creates an instance of the
DeleteBlueprintRequest.Builder
avoiding the need to create one manually viaDeleteBlueprintRequest.builder()
- Parameters:
deleteBlueprintRequest
- AConsumer
that will call methods onDeleteBlueprintRequest.Builder
to create a request. Delete Blueprint Request- Returns:
- A Java Future containing the result of the DeleteBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteDataAutomationProject
default CompletableFuture<DeleteDataAutomationProjectResponse> deleteDataAutomationProject(DeleteDataAutomationProjectRequest deleteDataAutomationProjectRequest) Deletes an existing Amazon Bedrock Data Automation Project
- Parameters:
deleteDataAutomationProjectRequest
- Delete DataAutomationProject Request- Returns:
- A Java Future containing the result of the DeleteDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteDataAutomationProject
default CompletableFuture<DeleteDataAutomationProjectResponse> deleteDataAutomationProject(Consumer<DeleteDataAutomationProjectRequest.Builder> deleteDataAutomationProjectRequest) Deletes an existing Amazon Bedrock Data Automation Project
This is a convenience which creates an instance of the
DeleteDataAutomationProjectRequest.Builder
avoiding the need to create one manually viaDeleteDataAutomationProjectRequest.builder()
- Parameters:
deleteDataAutomationProjectRequest
- AConsumer
that will call methods onDeleteDataAutomationProjectRequest.Builder
to create a request. Delete DataAutomationProject Request- Returns:
- A Java Future containing the result of the DeleteDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getBlueprint
default CompletableFuture<GetBlueprintResponse> getBlueprint(GetBlueprintRequest getBlueprintRequest) Gets an existing Amazon Bedrock Data Automation Blueprint
- Parameters:
getBlueprintRequest
- Get Blueprint Request- Returns:
- A Java Future containing the result of the GetBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getBlueprint
default CompletableFuture<GetBlueprintResponse> getBlueprint(Consumer<GetBlueprintRequest.Builder> getBlueprintRequest) Gets an existing Amazon Bedrock Data Automation Blueprint
This is a convenience which creates an instance of the
GetBlueprintRequest.Builder
avoiding the need to create one manually viaGetBlueprintRequest.builder()
- Parameters:
getBlueprintRequest
- AConsumer
that will call methods onGetBlueprintRequest.Builder
to create a request. Get Blueprint Request- Returns:
- A Java Future containing the result of the GetBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getDataAutomationProject
default CompletableFuture<GetDataAutomationProjectResponse> getDataAutomationProject(GetDataAutomationProjectRequest getDataAutomationProjectRequest) Gets an existing Amazon Bedrock Data Automation Project
- Parameters:
getDataAutomationProjectRequest
- Get DataAutomationProject Request- Returns:
- A Java Future containing the result of the GetDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getDataAutomationProject
default CompletableFuture<GetDataAutomationProjectResponse> getDataAutomationProject(Consumer<GetDataAutomationProjectRequest.Builder> getDataAutomationProjectRequest) Gets an existing Amazon Bedrock Data Automation Project
This is a convenience which creates an instance of the
GetDataAutomationProjectRequest.Builder
avoiding the need to create one manually viaGetDataAutomationProjectRequest.builder()
- Parameters:
getDataAutomationProjectRequest
- AConsumer
that will call methods onGetDataAutomationProjectRequest.Builder
to create a request. Get DataAutomationProject Request- Returns:
- A Java Future containing the result of the GetDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listBlueprints
default CompletableFuture<ListBlueprintsResponse> listBlueprints(ListBlueprintsRequest listBlueprintsRequest) Lists all existing Amazon Bedrock Data Automation Blueprints
- Parameters:
listBlueprintsRequest
- List Blueprint Request- Returns:
- A Java Future containing the result of the ListBlueprints operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listBlueprints
default CompletableFuture<ListBlueprintsResponse> listBlueprints(Consumer<ListBlueprintsRequest.Builder> listBlueprintsRequest) Lists all existing Amazon Bedrock Data Automation Blueprints
This is a convenience which creates an instance of the
ListBlueprintsRequest.Builder
avoiding the need to create one manually viaListBlueprintsRequest.builder()
- Parameters:
listBlueprintsRequest
- AConsumer
that will call methods onListBlueprintsRequest.Builder
to create a request. List Blueprint Request- Returns:
- A Java Future containing the result of the ListBlueprints operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listBlueprintsPaginator
default ListBlueprintsPublisher listBlueprintsPaginator(ListBlueprintsRequest listBlueprintsRequest) This is a variant of
listBlueprints(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.bedrockdataautomation.paginators.ListBlueprintsPublisher publisher = client.listBlueprintsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.bedrockdataautomation.paginators.ListBlueprintsPublisher publisher = client.listBlueprintsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsResponse response) { //... }; });
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listBlueprints(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsRequest)
operation.- Parameters:
listBlueprintsRequest
- List Blueprint Request- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listBlueprintsPaginator
default ListBlueprintsPublisher listBlueprintsPaginator(Consumer<ListBlueprintsRequest.Builder> listBlueprintsRequest) This is a variant of
listBlueprints(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.bedrockdataautomation.paginators.ListBlueprintsPublisher publisher = client.listBlueprintsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.bedrockdataautomation.paginators.ListBlueprintsPublisher publisher = client.listBlueprintsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsResponse response) { //... }; });
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listBlueprints(software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsRequest)
operation.
This is a convenience which creates an instance of the
ListBlueprintsRequest.Builder
avoiding the need to create one manually viaListBlueprintsRequest.builder()
- Parameters:
listBlueprintsRequest
- AConsumer
that will call methods onListBlueprintsRequest.Builder
to create a request. List Blueprint Request- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDataAutomationProjects
default CompletableFuture<ListDataAutomationProjectsResponse> listDataAutomationProjects(ListDataAutomationProjectsRequest listDataAutomationProjectsRequest) Lists all existing Amazon Bedrock Data Automation Projects
- Parameters:
listDataAutomationProjectsRequest
- List DataAutomationProject Request- Returns:
- A Java Future containing the result of the ListDataAutomationProjects operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDataAutomationProjects
default CompletableFuture<ListDataAutomationProjectsResponse> listDataAutomationProjects(Consumer<ListDataAutomationProjectsRequest.Builder> listDataAutomationProjectsRequest) Lists all existing Amazon Bedrock Data Automation Projects
This is a convenience which creates an instance of the
ListDataAutomationProjectsRequest.Builder
avoiding the need to create one manually viaListDataAutomationProjectsRequest.builder()
- Parameters:
listDataAutomationProjectsRequest
- AConsumer
that will call methods onListDataAutomationProjectsRequest.Builder
to create a request. List DataAutomationProject Request- Returns:
- A Java Future containing the result of the ListDataAutomationProjects operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDataAutomationProjectsPaginator
default ListDataAutomationProjectsPublisher listDataAutomationProjectsPaginator(ListDataAutomationProjectsRequest listDataAutomationProjectsRequest) This is a variant of
listDataAutomationProjects(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.bedrockdataautomation.paginators.ListDataAutomationProjectsPublisher publisher = client.listDataAutomationProjectsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.bedrockdataautomation.paginators.ListDataAutomationProjectsPublisher publisher = client.listDataAutomationProjectsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsResponse response) { //... }; });
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataAutomationProjects(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsRequest)
operation.- Parameters:
listDataAutomationProjectsRequest
- List DataAutomationProject Request- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDataAutomationProjectsPaginator
default ListDataAutomationProjectsPublisher listDataAutomationProjectsPaginator(Consumer<ListDataAutomationProjectsRequest.Builder> listDataAutomationProjectsRequest) This is a variant of
listDataAutomationProjects(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.bedrockdataautomation.paginators.ListDataAutomationProjectsPublisher publisher = client.listDataAutomationProjectsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.bedrockdataautomation.paginators.ListDataAutomationProjectsPublisher publisher = client.listDataAutomationProjectsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsResponse response) { //... }; });
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataAutomationProjects(software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsRequest)
operation.
This is a convenience which creates an instance of the
ListDataAutomationProjectsRequest.Builder
avoiding the need to create one manually viaListDataAutomationProjectsRequest.builder()
- Parameters:
listDataAutomationProjectsRequest
- AConsumer
that will call methods onListDataAutomationProjectsRequest.Builder
to create a request. List DataAutomationProject Request- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) List tags for an Amazon Bedrock Data Automation resource
- Parameters:
listTagsForResourceRequest
-- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) List tags for an Amazon Bedrock Data Automation resource
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
tagResource
Tag an Amazon Bedrock Data Automation resource
- Parameters:
tagResourceRequest
-- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Tag an Amazon Bedrock Data Automation resource
This is a convenience which creates an instance of the
TagResourceRequest.Builder
avoiding the need to create one manually viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Untag an Amazon Bedrock Data Automation resource
- Parameters:
untagResourceRequest
-- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Untag an Amazon Bedrock Data Automation resource
This is a convenience which creates an instance of the
UntagResourceRequest.Builder
avoiding the need to create one manually viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateBlueprint
default CompletableFuture<UpdateBlueprintResponse> updateBlueprint(UpdateBlueprintRequest updateBlueprintRequest) Updates an existing Amazon Bedrock Data Automation Blueprint
- Parameters:
updateBlueprintRequest
- Update Blueprint Request- Returns:
- A Java Future containing the result of the UpdateBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ConflictException This exception is thrown when there is a conflict performing an operation
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateBlueprint
default CompletableFuture<UpdateBlueprintResponse> updateBlueprint(Consumer<UpdateBlueprintRequest.Builder> updateBlueprintRequest) Updates an existing Amazon Bedrock Data Automation Blueprint
This is a convenience which creates an instance of the
UpdateBlueprintRequest.Builder
avoiding the need to create one manually viaUpdateBlueprintRequest.builder()
- Parameters:
updateBlueprintRequest
- AConsumer
that will call methods onUpdateBlueprintRequest.Builder
to create a request. Update Blueprint Request- Returns:
- A Java Future containing the result of the UpdateBlueprint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ConflictException This exception is thrown when there is a conflict performing an operation
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateDataAutomationProject
default CompletableFuture<UpdateDataAutomationProjectResponse> updateDataAutomationProject(UpdateDataAutomationProjectRequest updateDataAutomationProjectRequest) Updates an existing Amazon Bedrock Data Automation Project
- Parameters:
updateDataAutomationProjectRequest
- Update DataAutomationProject Request- Returns:
- A Java Future containing the result of the UpdateDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ConflictException This exception is thrown when there is a conflict performing an operation
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateDataAutomationProject
default CompletableFuture<UpdateDataAutomationProjectResponse> updateDataAutomationProject(Consumer<UpdateDataAutomationProjectRequest.Builder> updateDataAutomationProjectRequest) Updates an existing Amazon Bedrock Data Automation Project
This is a convenience which creates an instance of the
UpdateDataAutomationProjectRequest.Builder
avoiding the need to create one manually viaUpdateDataAutomationProjectRequest.builder()
- Parameters:
updateDataAutomationProjectRequest
- AConsumer
that will call methods onUpdateDataAutomationProjectRequest.Builder
to create a request. Update DataAutomationProject Request- Returns:
- A Java Future containing the result of the UpdateDataAutomationProject operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- ServiceQuotaExceededException This exception is thrown when a request is made beyond the service quota
- ConflictException This exception is thrown when there is a conflict performing an operation
- ValidationException This exception is thrown when the request's input validation fails
- InternalServerException This exception is thrown if there was an unexpected error during processing of request
- ThrottlingException This exception is thrown when the number of requests exceeds the limit
- AccessDeniedException This exception is thrown when a request is denied per access permissions
- ResourceNotFoundException This exception is thrown when a resource referenced by the operation does not exist
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- BedrockDataAutomationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-
create
Create aBedrockDataAutomationAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aBedrockDataAutomationAsyncClient
.
-