@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_PREFIX
getCachedResponseMetadata, getDeployments, getDeviceRegistration, sendHeartbeat, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, getDeployments, getDeviceRegistration, sendHeartbeat, shutdown
public Future<GetDeploymentsResult> getDeploymentsAsync(GetDeploymentsRequest request)
AmazonSagemakerEdgeManagerAsync
Use to get the active deployments from a device.
getDeploymentsAsync
in interface AmazonSagemakerEdgeManagerAsync
public Future<GetDeploymentsResult> getDeploymentsAsync(GetDeploymentsRequest request, AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
AmazonSagemakerEdgeManagerAsync
Use to get the active deployments from a device.
getDeploymentsAsync
in interface AmazonSagemakerEdgeManagerAsync
asyncHandler
- 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)
AmazonSagemakerEdgeManagerAsync
Use to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationAsync
in interface AmazonSagemakerEdgeManagerAsync
public Future<GetDeviceRegistrationResult> getDeviceRegistrationAsync(GetDeviceRegistrationRequest request, AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler)
AmazonSagemakerEdgeManagerAsync
Use to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationAsync
in interface AmazonSagemakerEdgeManagerAsync
asyncHandler
- 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)
AmazonSagemakerEdgeManagerAsync
Use to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatAsync
in interface AmazonSagemakerEdgeManagerAsync
public Future<SendHeartbeatResult> sendHeartbeatAsync(SendHeartbeatRequest request, AsyncHandler<SendHeartbeatRequest,SendHeartbeatResult> asyncHandler)
AmazonSagemakerEdgeManagerAsync
Use to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatAsync
in interface AmazonSagemakerEdgeManagerAsync
asyncHandler
- 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.