| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResult |
AWSSnowDeviceManagementClient.describeDevice(DescribeDeviceRequest request)
Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
|
DescribeDeviceResult |
AbstractAWSSnowDeviceManagement.describeDevice(DescribeDeviceRequest request) |
DescribeDeviceResult |
AWSSnowDeviceManagement.describeDevice(DescribeDeviceRequest describeDeviceRequest)
Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDeviceResult> |
AbstractAWSSnowDeviceManagementAsync.describeDeviceAsync(DescribeDeviceRequest request) |
Future<DescribeDeviceResult> |
AWSSnowDeviceManagementAsync.describeDeviceAsync(DescribeDeviceRequest describeDeviceRequest)
Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
|
Future<DescribeDeviceResult> |
AWSSnowDeviceManagementAsyncClient.describeDeviceAsync(DescribeDeviceRequest request) |
Future<DescribeDeviceResult> |
AbstractAWSSnowDeviceManagementAsync.describeDeviceAsync(DescribeDeviceRequest request,
AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler) |
Future<DescribeDeviceResult> |
AWSSnowDeviceManagementAsync.describeDeviceAsync(DescribeDeviceRequest describeDeviceRequest,
AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler)
Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
|
Future<DescribeDeviceResult> |
AWSSnowDeviceManagementAsyncClient.describeDeviceAsync(DescribeDeviceRequest request,
AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDeviceResult> |
AbstractAWSSnowDeviceManagementAsync.describeDeviceAsync(DescribeDeviceRequest request,
AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler) |
Future<DescribeDeviceResult> |
AWSSnowDeviceManagementAsync.describeDeviceAsync(DescribeDeviceRequest describeDeviceRequest,
AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler)
Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
|
Future<DescribeDeviceResult> |
AWSSnowDeviceManagementAsyncClient.describeDeviceAsync(DescribeDeviceRequest request,
AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResult |
DescribeDeviceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeDeviceResult |
DescribeDeviceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeDeviceResult |
DescribeDeviceResult.clone() |
DescribeDeviceResult |
DescribeDeviceResult.withAssociatedWithJob(String associatedWithJob)
The ID of the job used when ordering the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceCapacities(Capacity... deviceCapacities)
The hardware specifications of the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceCapacities(Collection<Capacity> deviceCapacities)
The hardware specifications of the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceState(String deviceState)
The current state of the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceState(UnlockState deviceState)
The current state of the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceType(String deviceType)
The type of Amazon Web Services Snow Family device.
|
DescribeDeviceResult |
DescribeDeviceResult.withLastReachedOutAt(Date lastReachedOutAt)
When the device last contacted the Amazon Web Services Cloud.
|
DescribeDeviceResult |
DescribeDeviceResult.withLastUpdatedAt(Date lastUpdatedAt)
When the device last pushed an update to the Amazon Web Services Cloud.
|
DescribeDeviceResult |
DescribeDeviceResult.withManagedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withManagedDeviceId(String managedDeviceId)
The ID of the device that you checked the information for.
|
DescribeDeviceResult |
DescribeDeviceResult.withPhysicalNetworkInterfaces(Collection<PhysicalNetworkInterface> physicalNetworkInterfaces)
The network interfaces available on the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withPhysicalNetworkInterfaces(PhysicalNetworkInterface... physicalNetworkInterfaces)
The network interfaces available on the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withSoftware(SoftwareInformation software)
The software installed on the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withTags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
Copyright © 2023. All rights reserved.