| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourcesForTagOptionResult> |
AbstractAWSServiceCatalogAsync.listResourcesForTagOptionAsync(ListResourcesForTagOptionRequest request,
AsyncHandler<ListResourcesForTagOptionRequest,ListResourcesForTagOptionResult> asyncHandler) |
Future<ListResourcesForTagOptionResult> |
AWSServiceCatalogAsync.listResourcesForTagOptionAsync(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest,
AsyncHandler<ListResourcesForTagOptionRequest,ListResourcesForTagOptionResult> asyncHandler)
Lists the resources associated with the specified TagOption.
|
Future<ListResourcesForTagOptionResult> |
AWSServiceCatalogAsyncClient.listResourcesForTagOptionAsync(ListResourcesForTagOptionRequest request,
AsyncHandler<ListResourcesForTagOptionRequest,ListResourcesForTagOptionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.clone() |
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withPageToken(String pageToken)
The page token for the next set of results.
|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withResourceType(String resourceType)
The resource type.
|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withTagOptionId(String tagOptionId)
The TagOption identifier.
|
Copyright © 2024. All rights reserved.