| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| Modifier and Type | Method and Description |
|---|---|
default CopyProductResponse |
ServiceCatalogClient.copyProduct(Consumer<CopyProductRequest.Builder> copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
default CopyProductResponse |
ServiceCatalogClient.copyProduct(CopyProductRequest copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopyProductResponse> |
ServiceCatalogAsyncClient.copyProduct(Consumer<CopyProductRequest.Builder> copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
default CompletableFuture<CopyProductResponse> |
ServiceCatalogAsyncClient.copyProduct(CopyProductRequest copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
Copyright © 2023. All rights reserved.