| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePortfolioResult> |
AbstractAWSServiceCatalogAsync.createPortfolioAsync(CreatePortfolioRequest request,
AsyncHandler<CreatePortfolioRequest,CreatePortfolioResult> asyncHandler) |
Future<CreatePortfolioResult> |
AWSServiceCatalogAsync.createPortfolioAsync(CreatePortfolioRequest createPortfolioRequest,
AsyncHandler<CreatePortfolioRequest,CreatePortfolioResult> asyncHandler)
Creates a new portfolio.
|
Future<CreatePortfolioResult> |
AWSServiceCatalogAsyncClient.createPortfolioAsync(CreatePortfolioRequest request,
AsyncHandler<CreatePortfolioRequest,CreatePortfolioResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePortfolioRequest |
CreatePortfolioRequest.clone() |
CreatePortfolioRequest |
CreatePortfolioRequest.withAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
CreatePortfolioRequest |
CreatePortfolioRequest.withDescription(String description)
The text description of the portfolio.
|
CreatePortfolioRequest |
CreatePortfolioRequest.withDisplayName(String displayName)
The name to use for display purposes.
|
CreatePortfolioRequest |
CreatePortfolioRequest.withIdempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests.
|
CreatePortfolioRequest |
CreatePortfolioRequest.withProviderName(String providerName)
The name of the portfolio provider.
|
CreatePortfolioRequest |
CreatePortfolioRequest.withTags(Collection<Tag> tags)
Tags to associate with the new portfolio.
|
CreatePortfolioRequest |
CreatePortfolioRequest.withTags(Tag... tags)
Tags to associate with the new portfolio.
|
Copyright © 2017. All rights reserved.