Uses of Class
software.amazon.awssdk.services.servicecatalog.model.TerminateProvisionedProductResponse
-
Packages that use TerminateProvisionedProductResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of TerminateProvisionedProductResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return TerminateProvisionedProductResponse Modifier and Type Method Description default TerminateProvisionedProductResponseServiceCatalogClient. terminateProvisionedProduct(Consumer<TerminateProvisionedProductRequest.Builder> terminateProvisionedProductRequest)Terminates the specified provisioned product.default TerminateProvisionedProductResponseServiceCatalogClient. terminateProvisionedProduct(TerminateProvisionedProductRequest terminateProvisionedProductRequest)Terminates the specified provisioned product.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type TerminateProvisionedProductResponse Modifier and Type Method Description default CompletableFuture<TerminateProvisionedProductResponse>ServiceCatalogAsyncClient. terminateProvisionedProduct(Consumer<TerminateProvisionedProductRequest.Builder> terminateProvisionedProductRequest)Terminates the specified provisioned product.default CompletableFuture<TerminateProvisionedProductResponse>ServiceCatalogAsyncClient. terminateProvisionedProduct(TerminateProvisionedProductRequest terminateProvisionedProductRequest)Terminates the specified provisioned product.
-