| 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 |
|---|---|
PutDeploymentParameterResult |
AbstractAWSMarketplaceDeployment.putDeploymentParameter(PutDeploymentParameterRequest request) |
PutDeploymentParameterResult |
AWSMarketplaceDeployment.putDeploymentParameter(PutDeploymentParameterRequest putDeploymentParameterRequest)
Creates or updates a deployment parameter and is targeted by
catalog and agreementId. |
PutDeploymentParameterResult |
AWSMarketplaceDeploymentClient.putDeploymentParameter(PutDeploymentParameterRequest request)
Creates or updates a deployment parameter and is targeted by
catalog and agreementId. |
| Modifier and Type | Method and Description |
|---|---|
Future<PutDeploymentParameterResult> |
AbstractAWSMarketplaceDeploymentAsync.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. |
Future<PutDeploymentParameterResult> |
AWSMarketplaceDeploymentAsyncClient.putDeploymentParameterAsync(PutDeploymentParameterRequest request,
AsyncHandler<PutDeploymentParameterRequest,PutDeploymentParameterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutDeploymentParameterResult |
PutDeploymentParameterResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutDeploymentParameterResult |
PutDeploymentParameterResult.clearTagsEntries()
Removes all the entries added into Tags.
|
PutDeploymentParameterResult |
PutDeploymentParameterResult.clone() |
PutDeploymentParameterResult |
PutDeploymentParameterResult.withAgreementId(String agreementId)
The unique identifier of the agreement.
|
PutDeploymentParameterResult |
PutDeploymentParameterResult.withDeploymentParameterId(String deploymentParameterId)
The unique identifier of the deployment parameter.
|
PutDeploymentParameterResult |
PutDeploymentParameterResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
|
PutDeploymentParameterResult |
PutDeploymentParameterResult.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.