Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DeleteProvisionedProductPlanResponse
-
Packages that use DeleteProvisionedProductPlanResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of DeleteProvisionedProductPlanResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return DeleteProvisionedProductPlanResponse Modifier and Type Method Description default DeleteProvisionedProductPlanResponseServiceCatalogClient. deleteProvisionedProductPlan(Consumer<DeleteProvisionedProductPlanRequest.Builder> deleteProvisionedProductPlanRequest)Deletes the specified plan.default DeleteProvisionedProductPlanResponseServiceCatalogClient. deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest deleteProvisionedProductPlanRequest)Deletes the specified plan.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type DeleteProvisionedProductPlanResponse Modifier and Type Method Description default CompletableFuture<DeleteProvisionedProductPlanResponse>ServiceCatalogAsyncClient. deleteProvisionedProductPlan(Consumer<DeleteProvisionedProductPlanRequest.Builder> deleteProvisionedProductPlanRequest)Deletes the specified plan.default CompletableFuture<DeleteProvisionedProductPlanResponse>ServiceCatalogAsyncClient. deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest deleteProvisionedProductPlanRequest)Deletes the specified plan.
-