Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ListProvisionedProductPlansRequest
-
Packages that use ListProvisionedProductPlansRequest Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.transform -
-
Uses of ListProvisionedProductPlansRequest in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog with parameters of type ListProvisionedProductPlansRequest Modifier and Type Method Description default CompletableFuture<ListProvisionedProductPlansResponse>ServiceCatalogAsyncClient. listProvisionedProductPlans(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest)Lists the plans for the specified provisioned product or all plans to which the user has access.default ListProvisionedProductPlansResponseServiceCatalogClient. listProvisionedProductPlans(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest)Lists the plans for the specified provisioned product or all plans to which the user has access. -
Uses of ListProvisionedProductPlansRequest in software.amazon.awssdk.services.servicecatalog.transform
Methods in software.amazon.awssdk.services.servicecatalog.transform with parameters of type ListProvisionedProductPlansRequest Modifier and Type Method Description SdkHttpFullRequestListProvisionedProductPlansRequestMarshaller. marshall(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest)
-