Uses of Class
software.amazon.awssdk.services.servicecatalog.model.UpdateProvisionedProductPropertiesResponse
-
Packages that use UpdateProvisionedProductPropertiesResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of UpdateProvisionedProductPropertiesResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return UpdateProvisionedProductPropertiesResponse Modifier and Type Method Description default UpdateProvisionedProductPropertiesResponseServiceCatalogClient. updateProvisionedProductProperties(Consumer<UpdateProvisionedProductPropertiesRequest.Builder> updateProvisionedProductPropertiesRequest)Requests updates to the properties of the specified provisioned product.default UpdateProvisionedProductPropertiesResponseServiceCatalogClient. updateProvisionedProductProperties(UpdateProvisionedProductPropertiesRequest updateProvisionedProductPropertiesRequest)Requests updates to the properties of the specified provisioned product.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type UpdateProvisionedProductPropertiesResponse Modifier and Type Method Description default CompletableFuture<UpdateProvisionedProductPropertiesResponse>ServiceCatalogAsyncClient. updateProvisionedProductProperties(Consumer<UpdateProvisionedProductPropertiesRequest.Builder> updateProvisionedProductPropertiesRequest)Requests updates to the properties of the specified provisioned product.default CompletableFuture<UpdateProvisionedProductPropertiesResponse>ServiceCatalogAsyncClient. updateProvisionedProductProperties(UpdateProvisionedProductPropertiesRequest updateProvisionedProductPropertiesRequest)Requests updates to the properties of the specified provisioned product.
-