| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager |
SageMaker Edge Manager dataplane service for communicating with active agents.
|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeviceRegistrationResult> |
AmazonSagemakerEdgeManagerAsyncClient.getDeviceRegistrationAsync(GetDeviceRegistrationRequest request,
AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler) |
Future<GetDeviceRegistrationResult> |
AbstractAmazonSagemakerEdgeManagerAsync.getDeviceRegistrationAsync(GetDeviceRegistrationRequest request,
AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler) |
Future<GetDeviceRegistrationResult> |
AmazonSagemakerEdgeManagerAsync.getDeviceRegistrationAsync(GetDeviceRegistrationRequest getDeviceRegistrationRequest,
AsyncHandler<GetDeviceRegistrationRequest,GetDeviceRegistrationResult> asyncHandler)
Use to check if a device is registered with SageMaker Edge Manager.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceRegistrationRequest |
GetDeviceRegistrationRequest.clone() |
GetDeviceRegistrationRequest |
GetDeviceRegistrationRequest.withDeviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
|
GetDeviceRegistrationRequest |
GetDeviceRegistrationRequest.withDeviceName(String deviceName)
The unique name of the device you want to get the registration status from.
|
Copyright © 2025. All rights reserved.