| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
CopyProductResult |
AWSServiceCatalogClient.copyProduct(CopyProductRequest request)
Copies the specified source product to the specified target product or a new product.
|
CopyProductResult |
AbstractAWSServiceCatalog.copyProduct(CopyProductRequest request) |
CopyProductResult |
AWSServiceCatalog.copyProduct(CopyProductRequest copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
Future<CopyProductResult> |
AWSServiceCatalogAsyncClient.copyProductAsync(CopyProductRequest request) |
Future<CopyProductResult> |
AbstractAWSServiceCatalogAsync.copyProductAsync(CopyProductRequest request) |
Future<CopyProductResult> |
AWSServiceCatalogAsync.copyProductAsync(CopyProductRequest copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
Future<CopyProductResult> |
AWSServiceCatalogAsyncClient.copyProductAsync(CopyProductRequest request,
AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler) |
Future<CopyProductResult> |
AbstractAWSServiceCatalogAsync.copyProductAsync(CopyProductRequest request,
AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler) |
Future<CopyProductResult> |
AWSServiceCatalogAsync.copyProductAsync(CopyProductRequest copyProductRequest,
AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler)
Copies the specified source product to the specified target product or a new product.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CopyProductResult> |
AWSServiceCatalogAsyncClient.copyProductAsync(CopyProductRequest request,
AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler) |
Future<CopyProductResult> |
AbstractAWSServiceCatalogAsync.copyProductAsync(CopyProductRequest request,
AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler) |
Future<CopyProductResult> |
AWSServiceCatalogAsync.copyProductAsync(CopyProductRequest copyProductRequest,
AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler)
Copies the specified source product to the specified target product or a new product.
|
| Modifier and Type | Method and Description |
|---|---|
CopyProductRequest |
CopyProductRequest.clone() |
CopyProductRequest |
CopyProductRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
CopyProductRequest |
CopyProductRequest.withCopyOptions(Collection<String> copyOptions)
The copy options.
|
CopyProductRequest |
CopyProductRequest.withCopyOptions(CopyOption... copyOptions)
The copy options.
|
CopyProductRequest |
CopyProductRequest.withCopyOptions(String... copyOptions)
The copy options.
|
CopyProductRequest |
CopyProductRequest.withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
CopyProductRequest |
CopyProductRequest.withSourceProductArn(String sourceProductArn)
The Amazon Resource Name (ARN) of the source product.
|
CopyProductRequest |
CopyProductRequest.withSourceProvisioningArtifactIdentifiers(Collection<Map<String,String>> sourceProvisioningArtifactIdentifiers)
The identifiers of the provisioning artifacts (also known as versions) of the product to copy.
|
CopyProductRequest |
CopyProductRequest.withSourceProvisioningArtifactIdentifiers(Map<String,String>... sourceProvisioningArtifactIdentifiers)
The identifiers of the provisioning artifacts (also known as versions) of the product to copy.
|
CopyProductRequest |
CopyProductRequest.withTargetProductId(String targetProductId)
The identifier of the target product.
|
CopyProductRequest |
CopyProductRequest.withTargetProductName(String targetProductName)
A name for the target product.
|
Copyright © 2020. All rights reserved.