Uses of Class
software.amazon.awssdk.services.marketplacedeployment.model.PutDeploymentParameterResponse
-
Packages that use PutDeploymentParameterResponse Package Description software.amazon.awssdk.services.marketplacedeployment The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. -
-
Uses of PutDeploymentParameterResponse in software.amazon.awssdk.services.marketplacedeployment
Methods in software.amazon.awssdk.services.marketplacedeployment that return PutDeploymentParameterResponse Modifier and Type Method Description default PutDeploymentParameterResponseMarketplaceDeploymentClient. putDeploymentParameter(Consumer<PutDeploymentParameterRequest.Builder> putDeploymentParameterRequest)Creates or updates a deployment parameter and is targeted bycatalogandagreementId.default PutDeploymentParameterResponseMarketplaceDeploymentClient. putDeploymentParameter(PutDeploymentParameterRequest putDeploymentParameterRequest)Creates or updates a deployment parameter and is targeted bycatalogandagreementId.Methods in software.amazon.awssdk.services.marketplacedeployment that return types with arguments of type PutDeploymentParameterResponse Modifier and Type Method Description default CompletableFuture<PutDeploymentParameterResponse>MarketplaceDeploymentAsyncClient. putDeploymentParameter(Consumer<PutDeploymentParameterRequest.Builder> putDeploymentParameterRequest)Creates or updates a deployment parameter and is targeted bycatalogandagreementId.default CompletableFuture<PutDeploymentParameterResponse>MarketplaceDeploymentAsyncClient. putDeploymentParameter(PutDeploymentParameterRequest putDeploymentParameterRequest)Creates or updates a deployment parameter and is targeted bycatalogandagreementId.
-