| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi |
Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources
that belong to a wide range of services--both Amazon Web Services and third-party.
|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
AWSCloudControlApi.listResources(ListResourcesRequest listResourcesRequest)
Returns information about the specified resources.
|
ListResourcesResult |
AbstractAWSCloudControlApi.listResources(ListResourcesRequest request) |
ListResourcesResult |
AWSCloudControlApiClient.listResources(ListResourcesRequest request)
Returns information about the specified resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourcesResult> |
AWSCloudControlApiAsyncClient.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
Future<ListResourcesResult> |
AWSCloudControlApiAsync.listResourcesAsync(ListResourcesRequest listResourcesRequest,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler)
Returns information about the specified resources.
|
Future<ListResourcesResult> |
AbstractAWSCloudControlApiAsync.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
| 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 © 2021. All rights reserved.