| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AbstractAWSSnowDeviceManagement.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSSnowDeviceManagementClient.listDevices(ListDevicesRequest request)
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device
Management enabled in the Amazon Web Services Region where the command is run.
|
ListDevicesResult |
AWSSnowDeviceManagement.listDevices(ListDevicesRequest listDevicesRequest)
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device
Management enabled in the Amazon Web Services Region where the command is run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AbstractAWSSnowDeviceManagementAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSSnowDeviceManagementAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device
Management enabled in the Amazon Web Services Region where the command is run.
|
Future<ListDevicesResult> |
AWSSnowDeviceManagementAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AbstractAWSSnowDeviceManagementAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSSnowDeviceManagementAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device
Management enabled in the Amazon Web Services Region where the command is run.
|
Future<ListDevicesResult> |
AWSSnowDeviceManagementAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AbstractAWSSnowDeviceManagementAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSSnowDeviceManagementAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device
Management enabled in the Amazon Web Services Region where the command is run.
|
Future<ListDevicesResult> |
AWSSnowDeviceManagementAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.clone() |
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceSummary... devices)
A list of device structures that contain information about the device.
|
ListDevicesResult |
ListDevicesResult.withNextToken(String nextToken)
A pagination token to continue to the next page of devices.
|
Copyright © 2024. All rights reserved.