| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi |
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
AWSCloudControlApiClient.listResources(ListResourcesRequest request)
Returns information about the specified resources.
|
ListResourcesResult |
AbstractAWSCloudControlApi.listResources(ListResourcesRequest request) |
ListResourcesResult |
AWSCloudControlApi.listResources(ListResourcesRequest listResourcesRequest)
Returns information about the specified resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourcesResult> |
AWSCloudControlApiAsyncClient.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
Future<ListResourcesResult> |
AbstractAWSCloudControlApiAsync.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
Future<ListResourcesResult> |
AWSCloudControlApiAsync.listResourcesAsync(ListResourcesRequest listResourcesRequest,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler)
Returns information about the specified resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
ListResourcesResult.clone() |
ListResourcesResult |
ListResourcesResult.withNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
ListResourcesResult |
ListResourcesResult.withResourceDescriptions(Collection<ResourceDescription> resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
ListResourcesResult |
ListResourcesResult.withResourceDescriptions(ResourceDescription... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
ListResourcesResult |
ListResourcesResult.withTypeName(String typeName)
The name of the resource type.
|
Copyright © 2025. All rights reserved.