| 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 |
|---|---|
Future<ListResourcesResult> |
AbstractAWSCloudControlApiAsync.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesRequest |
ListResourcesRequest.clone() |
ListResourcesRequest |
ListResourcesRequest.withMaxResults(Integer maxResults)
Reserved.
|
ListResourcesRequest |
ListResourcesRequest.withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListResourcesRequest |
ListResourcesRequest.withResourceModel(String resourceModel)
The resource model to use to select the resources to return.
|
ListResourcesRequest |
ListResourcesRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation.
|
ListResourcesRequest |
ListResourcesRequest.withTypeName(String typeName)
The name of the resource type.
|
ListResourcesRequest |
ListResourcesRequest.withTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation.
|
Copyright © 2023. All rights reserved.