| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentResult> |
AWSProtonAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AbstractAWSProtonAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AWSProtonAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Update an environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withComponentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in this environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDeploymentType(DeploymentUpdateType deploymentType)
There are four modes for updating an environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDeploymentType(String deploymentType)
There are four modes for updating an environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDescription(String description)
A description of the environment update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withEnvironmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
The name of the environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withProtonServiceRoleArn(String protonServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make API calls to other services
your behalf.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withProvisioningRepository(RepositoryBranchInput provisioningRepository)
The infrastructure repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSpec(String spec)
The formatted specification that defines the update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment to update.
|
Copyright © 2022. All rights reserved.