| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescription |
ResourceDescription.clone() |
ResourceDescription |
GetResourceResult.getResourceDescription() |
ResourceDescription |
ResourceDescription.withIdentifier(String identifier)
The primary identifier for the resource.
|
ResourceDescription |
ResourceDescription.withProperties(String properties)
A list of the resource properties and their current values.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDescription> |
ListResourcesResult.getResourceDescriptions()
Information about the specified resources, including primary identifier and resource model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceResult.setResourceDescription(ResourceDescription resourceDescription) |
GetResourceResult |
GetResourceResult.withResourceDescription(ResourceDescription resourceDescription) |
ListResourcesResult |
ListResourcesResult.withResourceDescriptions(ResourceDescription... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesResult.setResourceDescriptions(Collection<ResourceDescription> resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
ListResourcesResult |
ListResourcesResult.withResourceDescriptions(Collection<ResourceDescription> resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
Copyright © 2023. All rights reserved.