@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonSagemakerEdgeManagerAsync extends AmazonSagemakerEdgeManager
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonSagemakerEdgeManagerAsync
instead.
SageMaker Edge Manager dataplane service for communicating with active agents.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentsResult> |
getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
|
Future<GetDeploymentsResult> |
getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
Use to get the active deployments from a device.
|
Future<GetDeviceRegistrationResult> |
getDeviceRegistrationAsync(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
|
Future<GetDeviceRegistrationResult> |
getDeviceRegistrationAsync(GetDeviceRegistrationRequest getDeviceRegistrationRequest,
AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler)
Use to check if a device is registered with SageMaker Edge Manager.
|
Future<SendHeartbeatResult> |
sendHeartbeatAsync(SendHeartbeatRequest sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
Future<SendHeartbeatResult> |
sendHeartbeatAsync(SendHeartbeatRequest sendHeartbeatRequest,
AsyncHandler<SendHeartbeatRequest,SendHeartbeatResult> asyncHandler)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
getCachedResponseMetadata, getDeployments, getDeviceRegistration, sendHeartbeat, shutdown
Future<GetDeploymentsResult> getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
getDeploymentsRequest
- Future<GetDeploymentsResult> getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest, AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
Use to get the active deployments from a device.
getDeploymentsRequest
- 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.Future<GetDeviceRegistrationResult> getDeviceRegistrationAsync(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationRequest
- Future<GetDeviceRegistrationResult> getDeviceRegistrationAsync(GetDeviceRegistrationRequest getDeviceRegistrationRequest, AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler)
Use to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationRequest
- 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.Future<SendHeartbeatResult> sendHeartbeatAsync(SendHeartbeatRequest sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatRequest
- Future<SendHeartbeatResult> sendHeartbeatAsync(SendHeartbeatRequest sendHeartbeatRequest, AsyncHandler<SendHeartbeatRequest,SendHeartbeatResult> asyncHandler)
Use to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatRequest
- 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.