@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonSagemakerEdgeManagerAsync extends AbstractAmazonSagemakerEdgeManager implements AmazonSagemakerEdgeManagerAsync
AmazonSagemakerEdgeManagerAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXgetCachedResponseMetadata, getDeployments, getDeviceRegistration, sendHeartbeat, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, getDeployments, getDeviceRegistration, sendHeartbeat, shutdownpublic Future<GetDeploymentsResult> getDeploymentsAsync(GetDeploymentsRequest request)
AmazonSagemakerEdgeManagerAsyncUse to get the active deployments from a device.
getDeploymentsAsync in interface AmazonSagemakerEdgeManagerAsyncpublic Future<GetDeploymentsResult> getDeploymentsAsync(GetDeploymentsRequest request, AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
AmazonSagemakerEdgeManagerAsyncUse to get the active deployments from a device.
getDeploymentsAsync in interface AmazonSagemakerEdgeManagerAsyncasyncHandler - 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<GetDeviceRegistrationResult> getDeviceRegistrationAsync(GetDeviceRegistrationRequest request)
AmazonSagemakerEdgeManagerAsyncUse to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationAsync in interface AmazonSagemakerEdgeManagerAsyncpublic Future<GetDeviceRegistrationResult> getDeviceRegistrationAsync(GetDeviceRegistrationRequest request, AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler)
AmazonSagemakerEdgeManagerAsyncUse to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationAsync in interface AmazonSagemakerEdgeManagerAsyncasyncHandler - 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<SendHeartbeatResult> sendHeartbeatAsync(SendHeartbeatRequest request)
AmazonSagemakerEdgeManagerAsyncUse to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatAsync in interface AmazonSagemakerEdgeManagerAsyncpublic Future<SendHeartbeatResult> sendHeartbeatAsync(SendHeartbeatRequest request, AsyncHandler<SendHeartbeatRequest,SendHeartbeatResult> asyncHandler)
AmazonSagemakerEdgeManagerAsyncUse to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatAsync in interface AmazonSagemakerEdgeManagerAsyncasyncHandler - 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.