Uses of Class
software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsResponse
-
Packages that use GetProvisionedProductOutputsResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators -
-
Uses of GetProvisionedProductOutputsResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return GetProvisionedProductOutputsResponse Modifier and Type Method Description default GetProvisionedProductOutputsResponseServiceCatalogClient. getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)This API takes either aProvisonedProductIdor aProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.default GetProvisionedProductOutputsResponseServiceCatalogClient. getProvisionedProductOutputs(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)This API takes either aProvisonedProductIdor aProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type GetProvisionedProductOutputsResponse Modifier and Type Method Description default CompletableFuture<GetProvisionedProductOutputsResponse>ServiceCatalogAsyncClient. getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)This API takes either aProvisonedProductIdor aProvisionedProductName, 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 aProvisonedProductIdor aProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs. -
Uses of GetProvisionedProductOutputsResponse in software.amazon.awssdk.services.servicecatalog.paginators
Methods in software.amazon.awssdk.services.servicecatalog.paginators that return types with arguments of type GetProvisionedProductOutputsResponse Modifier and Type Method Description Iterator<GetProvisionedProductOutputsResponse>GetProvisionedProductOutputsIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalog.paginators with type arguments of type GetProvisionedProductOutputsResponse Modifier and Type Method Description voidGetProvisionedProductOutputsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetProvisionedProductOutputsResponse> subscriber)
-