@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAugmentedAIRuntimeAsync extends AbstractAmazonAugmentedAIRuntime implements AmazonAugmentedAIRuntimeAsync
AmazonAugmentedAIRuntimeAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXdeleteHumanLoop, describeHumanLoop, getCachedResponseMetadata, listHumanLoops, shutdown, startHumanLoop, stopHumanLoopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteHumanLoop, describeHumanLoop, getCachedResponseMetadata, listHumanLoops, shutdown, startHumanLoop, stopHumanLooppublic Future<DeleteHumanLoopResult> deleteHumanLoopAsync(DeleteHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsyncDeletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException.
deleteHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncpublic Future<DeleteHumanLoopResult> deleteHumanLoopAsync(DeleteHumanLoopRequest request, AsyncHandler<DeleteHumanLoopRequest,DeleteHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsyncDeletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException.
deleteHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncasyncHandler - 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<DescribeHumanLoopResult> describeHumanLoopAsync(DescribeHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsync
Returns information about the specified human loop. If the human loop was deleted, this operation will return a
ResourceNotFoundException error.
describeHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncpublic Future<DescribeHumanLoopResult> describeHumanLoopAsync(DescribeHumanLoopRequest request, AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsync
Returns information about the specified human loop. If the human loop was deleted, this operation will return a
ResourceNotFoundException error.
describeHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncasyncHandler - 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<ListHumanLoopsResult> listHumanLoopsAsync(ListHumanLoopsRequest request)
AmazonAugmentedAIRuntimeAsyncReturns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
listHumanLoopsAsync in interface AmazonAugmentedAIRuntimeAsyncpublic Future<ListHumanLoopsResult> listHumanLoopsAsync(ListHumanLoopsRequest request, AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler)
AmazonAugmentedAIRuntimeAsyncReturns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
listHumanLoopsAsync in interface AmazonAugmentedAIRuntimeAsyncasyncHandler - 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<StartHumanLoopResult> startHumanLoopAsync(StartHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsyncStarts a human loop, provided that at least one activation condition is met.
startHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncpublic Future<StartHumanLoopResult> startHumanLoopAsync(StartHumanLoopRequest request, AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsyncStarts a human loop, provided that at least one activation condition is met.
startHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncasyncHandler - 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<StopHumanLoopResult> stopHumanLoopAsync(StopHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsyncStops the specified human loop.
stopHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncpublic Future<StopHumanLoopResult> stopHumanLoopAsync(StopHumanLoopRequest request, AsyncHandler<StopHumanLoopRequest,StopHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsyncStops the specified human loop.
stopHumanLoopAsync in interface AmazonAugmentedAIRuntimeAsyncasyncHandler - 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.