@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSBraketAsync extends AbstractAWSBraket implements AWSBraketAsync
AWSBraketAsync. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSBraketAsync() |
cancelQuantumTask, createQuantumTask, getCachedResponseMetadata, getDevice, getQuantumTask, listTagsForResource, searchDevices, searchQuantumTasks, shutdown, tagResource, untagResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelQuantumTask, createQuantumTask, getCachedResponseMetadata, getDevice, getQuantumTask, listTagsForResource, searchDevices, searchQuantumTasks, shutdown, tagResource, untagResourcepublic Future<CancelQuantumTaskResult> cancelQuantumTaskAsync(CancelQuantumTaskRequest request)
AWSBraketAsyncCancels the specified task.
cancelQuantumTaskAsync in interface AWSBraketAsyncpublic Future<CancelQuantumTaskResult> cancelQuantumTaskAsync(CancelQuantumTaskRequest request, AsyncHandler<CancelQuantumTaskRequest,CancelQuantumTaskResult> asyncHandler)
AWSBraketAsyncCancels the specified task.
cancelQuantumTaskAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<CreateQuantumTaskResult> createQuantumTaskAsync(CreateQuantumTaskRequest request)
AWSBraketAsyncCreates a quantum task.
createQuantumTaskAsync in interface AWSBraketAsyncpublic Future<CreateQuantumTaskResult> createQuantumTaskAsync(CreateQuantumTaskRequest request, AsyncHandler<CreateQuantumTaskRequest,CreateQuantumTaskResult> asyncHandler)
AWSBraketAsyncCreates a quantum task.
createQuantumTaskAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<GetDeviceResult> getDeviceAsync(GetDeviceRequest request)
AWSBraketAsyncRetrieves the devices available in Amazon Braket.
getDeviceAsync in interface AWSBraketAsyncpublic Future<GetDeviceResult> getDeviceAsync(GetDeviceRequest request, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)
AWSBraketAsyncRetrieves the devices available in Amazon Braket.
getDeviceAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<GetQuantumTaskResult> getQuantumTaskAsync(GetQuantumTaskRequest request)
AWSBraketAsyncRetrieves the specified quantum task.
getQuantumTaskAsync in interface AWSBraketAsyncpublic Future<GetQuantumTaskResult> getQuantumTaskAsync(GetQuantumTaskRequest request, AsyncHandler<GetQuantumTaskRequest,GetQuantumTaskResult> asyncHandler)
AWSBraketAsyncRetrieves the specified quantum task.
getQuantumTaskAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSBraketAsyncShows the tags associated with this resource.
listTagsForResourceAsync in interface AWSBraketAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSBraketAsyncShows the tags associated with this resource.
listTagsForResourceAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<SearchDevicesResult> searchDevicesAsync(SearchDevicesRequest request)
AWSBraketAsyncSearches for devices using the specified filters.
searchDevicesAsync in interface AWSBraketAsyncpublic Future<SearchDevicesResult> searchDevicesAsync(SearchDevicesRequest request, AsyncHandler<SearchDevicesRequest,SearchDevicesResult> asyncHandler)
AWSBraketAsyncSearches for devices using the specified filters.
searchDevicesAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<SearchQuantumTasksResult> searchQuantumTasksAsync(SearchQuantumTasksRequest request)
AWSBraketAsyncSearches for tasks that match the specified filter values.
searchQuantumTasksAsync in interface AWSBraketAsyncpublic Future<SearchQuantumTasksResult> searchQuantumTasksAsync(SearchQuantumTasksRequest request, AsyncHandler<SearchQuantumTasksRequest,SearchQuantumTasksResult> asyncHandler)
AWSBraketAsyncSearches for tasks that match the specified filter values.
searchQuantumTasksAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSBraketAsyncAdd a tag to the specified resource.
tagResourceAsync in interface AWSBraketAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSBraketAsyncAdd a tag to the specified resource.
tagResourceAsync in interface AWSBraketAsyncasyncHandler - 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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSBraketAsyncRemove tags from a resource.
untagResourceAsync in interface AWSBraketAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSBraketAsyncRemove tags from a resource.
untagResourceAsync in interface AWSBraketAsyncasyncHandler - 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 © 2021. All rights reserved.