| Package | Description |
|---|---|
| com.amazonaws.services.marketplacedeployment |
The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for
software as a service (SaaS) products.
|
| com.amazonaws.services.marketplacedeployment.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutDeploymentParameterResult> |
AbstractAWSMarketplaceDeploymentAsync.putDeploymentParameterAsync(PutDeploymentParameterRequest request,
AsyncHandler<PutDeploymentParameterRequest,PutDeploymentParameterResult> asyncHandler) |
Future<PutDeploymentParameterResult> |
AWSMarketplaceDeploymentAsyncClient.putDeploymentParameterAsync(PutDeploymentParameterRequest request,
AsyncHandler<PutDeploymentParameterRequest,PutDeploymentParameterResult> asyncHandler) |
Future<PutDeploymentParameterResult> |
AWSMarketplaceDeploymentAsync.putDeploymentParameterAsync(PutDeploymentParameterRequest putDeploymentParameterRequest,
AsyncHandler<PutDeploymentParameterRequest,PutDeploymentParameterResult> asyncHandler)
Creates or updates a deployment parameter and is targeted by
catalog and agreementId. |
| Modifier and Type | Method and Description |
|---|---|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.clone() |
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withAgreementId(String agreementId)
The unique identifier of the agreement.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withCatalog(String catalog)
The catalog related to the request.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withClientToken(String clientToken)
The idempotency token for deployment parameters.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withDeploymentParameter(DeploymentParameterInput deploymentParameter)
The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager
resource.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withExpirationDate(Date expirationDate)
The date when deployment parameters expire and are scheduled for deletion.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withProductId(String productId)
The product for which AWS Marketplace will save secrets for the buyer’s account.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withTags(Map<String,String> tags)
A map of key-value pairs, where each pair represents a tag saved to the resource.
|
Copyright © 2024. All rights reserved.