Uses of Class
software.amazon.awssdk.services.servicecatalog.model.UpdateProvisionedProductResponse
-
Packages that use UpdateProvisionedProductResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of UpdateProvisionedProductResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return UpdateProvisionedProductResponse Modifier and Type Method Description default UpdateProvisionedProductResponseServiceCatalogClient. updateProvisionedProduct(Consumer<UpdateProvisionedProductRequest.Builder> updateProvisionedProductRequest)Requests updates to the configuration of the specified provisioned product.default UpdateProvisionedProductResponseServiceCatalogClient. updateProvisionedProduct(UpdateProvisionedProductRequest updateProvisionedProductRequest)Requests updates to the configuration of the specified provisioned product.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type UpdateProvisionedProductResponse Modifier and Type Method Description default CompletableFuture<UpdateProvisionedProductResponse>ServiceCatalogAsyncClient. updateProvisionedProduct(Consumer<UpdateProvisionedProductRequest.Builder> updateProvisionedProductRequest)Requests updates to the configuration of the specified provisioned product.default CompletableFuture<UpdateProvisionedProductResponse>ServiceCatalogAsyncClient. updateProvisionedProduct(UpdateProvisionedProductRequest updateProvisionedProductRequest)Requests updates to the configuration of the specified provisioned product.
-