| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetProvisionedProductOutputsResponse |
ServiceCatalogClient.getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
default GetProvisionedProductOutputsResponse |
ServiceCatalogClient.getProvisionedProductOutputs(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetProvisionedProductOutputsResponse> |
ServiceCatalogAsyncClient.getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
default CompletableFuture<GetProvisionedProductOutputsResponse> |
ServiceCatalogAsyncClient.getProvisionedProductOutputs(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetProvisionedProductOutputsResponse> |
GetProvisionedProductOutputsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProvisionedProductOutputsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetProvisionedProductOutputsResponse> subscriber) |
Copyright © 2023. All rights reserved.