| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLaunchPathsResult> |
AbstractAWSServiceCatalogAsync.listLaunchPathsAsync(ListLaunchPathsRequest request,
AsyncHandler<ListLaunchPathsRequest,ListLaunchPathsResult> asyncHandler) |
Future<ListLaunchPathsResult> |
AWSServiceCatalogAsync.listLaunchPathsAsync(ListLaunchPathsRequest listLaunchPathsRequest,
AsyncHandler<ListLaunchPathsRequest,ListLaunchPathsResult> asyncHandler)
Returns a paginated list of all paths to a specified product.
|
Future<ListLaunchPathsResult> |
AWSServiceCatalogAsyncClient.listLaunchPathsAsync(ListLaunchPathsRequest request,
AsyncHandler<ListLaunchPathsRequest,ListLaunchPathsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLaunchPathsRequest |
ListLaunchPathsRequest.clone() |
ListLaunchPathsRequest |
ListLaunchPathsRequest.withAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
ListLaunchPathsRequest |
ListLaunchPathsRequest.withPageSize(Integer pageSize)
The maximum number of items to return in the results.
|
ListLaunchPathsRequest |
ListLaunchPathsRequest.withPageToken(String pageToken)
The page token of the first page retrieved.
|
ListLaunchPathsRequest |
ListLaunchPathsRequest.withProductId(String productId)
The product identifier.
|
Copyright © 2017. All rights reserved.