| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceFleetSummary |
DeviceFleetSummary.clone() |
DeviceFleetSummary |
DeviceFleetSummary.withCreationTime(Date creationTime)
Timestamp of when the device fleet was created.
|
DeviceFleetSummary |
DeviceFleetSummary.withDeviceFleetArn(String deviceFleetArn)
Amazon Resource Name (ARN) of the device fleet.
|
DeviceFleetSummary |
DeviceFleetSummary.withDeviceFleetName(String deviceFleetName)
Name of the device fleet.
|
DeviceFleetSummary |
DeviceFleetSummary.withLastModifiedTime(Date lastModifiedTime)
Timestamp of when the device fleet was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceFleetSummary> |
ListDeviceFleetsResult.getDeviceFleetSummaries()
Summary of the device fleet.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceFleetsResult |
ListDeviceFleetsResult.withDeviceFleetSummaries(DeviceFleetSummary... deviceFleetSummaries)
Summary of the device fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceFleetsResult.setDeviceFleetSummaries(Collection<DeviceFleetSummary> deviceFleetSummaries)
Summary of the device fleet.
|
ListDeviceFleetsResult |
ListDeviceFleetsResult.withDeviceFleetSummaries(Collection<DeviceFleetSummary> deviceFleetSummaries)
Summary of the device fleet.
|
Copyright © 2022. All rights reserved.