| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudcontrol.model | |
| software.amazon.awssdk.services.cloudcontrol.paginators |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescription |
GetResourceResponse.resourceDescription()
Returns the value of the ResourceDescription property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDescription> |
ListResourcesResponse.resourceDescriptions()
Information about the specified resources, including primary identifier and resource model.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceResponse.Builder |
GetResourceResponse.Builder.resourceDescription(ResourceDescription resourceDescription)
Sets the value of the ResourceDescription property for this object.
|
ListResourcesResponse.Builder |
ListResourcesResponse.Builder.resourceDescriptions(ResourceDescription... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResponse.Builder |
ListResourcesResponse.Builder.resourceDescriptions(Collection<ResourceDescription> resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ResourceDescription> |
ListResourcesPublisher.resourceDescriptions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ResourceDescription> |
ListResourcesIterable.resourceDescriptions()
Returns an iterable to iterate through the paginated
ListResourcesResponse.resourceDescriptions() member. |
Copyright © 2023. All rights reserved.