Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DeleteProductResponse
-
Packages that use DeleteProductResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of DeleteProductResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return DeleteProductResponse Modifier and Type Method Description default DeleteProductResponseServiceCatalogClient. deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest)Deletes the specified product.default DeleteProductResponseServiceCatalogClient. deleteProduct(DeleteProductRequest deleteProductRequest)Deletes the specified product.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type DeleteProductResponse Modifier and Type Method Description default CompletableFuture<DeleteProductResponse>ServiceCatalogAsyncClient. deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest)Deletes the specified product.default CompletableFuture<DeleteProductResponse>ServiceCatalogAsyncClient. deleteProduct(DeleteProductRequest deleteProductRequest)Deletes the specified product.
-