Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DescribeProvisioningParametersResponse
-
Packages that use DescribeProvisioningParametersResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of DescribeProvisioningParametersResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return DescribeProvisioningParametersResponse Modifier and Type Method Description default DescribeProvisioningParametersResponseServiceCatalogClient. describeProvisioningParameters(Consumer<DescribeProvisioningParametersRequest.Builder> describeProvisioningParametersRequest)Gets information about the configuration required to provision the specified product using the specified provisioning artifact.default DescribeProvisioningParametersResponseServiceCatalogClient. describeProvisioningParameters(DescribeProvisioningParametersRequest describeProvisioningParametersRequest)Gets information about the configuration required to provision the specified product using the specified provisioning artifact.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type DescribeProvisioningParametersResponse Modifier and Type Method Description default CompletableFuture<DescribeProvisioningParametersResponse>ServiceCatalogAsyncClient. describeProvisioningParameters(Consumer<DescribeProvisioningParametersRequest.Builder> describeProvisioningParametersRequest)Gets information about the configuration required to provision the specified product using the specified provisioning artifact.default CompletableFuture<DescribeProvisioningParametersResponse>ServiceCatalogAsyncClient. describeProvisioningParameters(DescribeProvisioningParametersRequest describeProvisioningParametersRequest)Gets information about the configuration required to provision the specified product using the specified provisioning artifact.
-