| Package | Description |
|---|---|
| com.amazonaws.services.marketplacedeployment.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentParameterInput |
DeploymentParameterInput.clone() |
DeploymentParameterInput |
PutDeploymentParameterRequest.getDeploymentParameter()
The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager
resource.
|
DeploymentParameterInput |
DeploymentParameterInput.withName(String name)
The desired name of the deployment parameter.
|
DeploymentParameterInput |
DeploymentParameterInput.withSecretString(String secretString)
The text to encrypt and store in the secret.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutDeploymentParameterRequest.setDeploymentParameter(DeploymentParameterInput deploymentParameter)
The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager
resource.
|
PutDeploymentParameterRequest |
PutDeploymentParameterRequest.withDeploymentParameter(DeploymentParameterInput deploymentParameter)
The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager
resource.
|
Copyright © 2023. All rights reserved.