| 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.withCodebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using
CodeBuild-based provisioning on your behalf.
|
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 that you provide if you want Proton to provision infrastructure
resources for your environment or for any of the service instances running in it in an environment account.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
The name of the environment to update.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withProtonServiceRoleArn(String protonServiceRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using
Amazon Web Services-managed provisioning and CloudFormation on your behalf.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withProvisioningRepository(RepositoryBranchInput provisioningRepository)
The linked 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.