| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSummary |
ResourceSummary.clone() |
ResourceSummary |
ResourceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ResourceSummary |
ResourceSummary.withId(String id)
The ID of the resource.
|
ResourceSummary |
ResourceSummary.withResourceType(String resourceType)
The resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSummary> |
ListDeviceResourcesResult.getResources()
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceResourcesResult |
ListDeviceResourcesResult.withResources(ResourceSummary... resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceResourcesResult.setResources(Collection<ResourceSummary> resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
ListDeviceResourcesResult |
ListDeviceResourcesResult.withResources(Collection<ResourceSummary> resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
Copyright © 2023. All rights reserved.