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