| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDevicesResult> |
AmazonSageMakerAsyncClient.updateDevicesAsync(UpdateDevicesRequest request,
AsyncHandler<UpdateDevicesRequest,UpdateDevicesResult> asyncHandler) |
Future<UpdateDevicesResult> |
AbstractAmazonSageMakerAsync.updateDevicesAsync(UpdateDevicesRequest request,
AsyncHandler<UpdateDevicesRequest,UpdateDevicesResult> asyncHandler) |
Future<UpdateDevicesResult> |
AmazonSageMakerAsync.updateDevicesAsync(UpdateDevicesRequest updateDevicesRequest,
AsyncHandler<UpdateDevicesRequest,UpdateDevicesResult> asyncHandler)
Updates one or more devices in a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicesRequest |
UpdateDevicesRequest.clone() |
UpdateDevicesRequest |
UpdateDevicesRequest.withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
UpdateDevicesRequest |
UpdateDevicesRequest.withDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
|
UpdateDevicesRequest |
UpdateDevicesRequest.withDevices(Device... devices)
List of devices to register with Edge Manager agent.
|
Copyright © 2025. All rights reserved.