| 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 resources associated with a 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 in the results.
|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withPageToken(String pageToken)
The page token of the first page retrieved.
|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withResourceType(String resourceType)
Resource type.
|
ListResourcesForTagOptionRequest |
ListResourcesForTagOptionRequest.withTagOptionId(String tagOptionId)
Identifier of the TagOption.
|
Copyright © 2017. All rights reserved.