| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the AWS Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AWSProtonAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AbstractAWSProtonAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AWSProtonAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Deploy a new environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(String description)
A description of the environment that's being created and deployed.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEnvironmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that you provide if you're provisioning your environment
infrastructure resources to an environment account.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withProtonServiceRoleArn(String protonServiceRoleArn)
The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other
services on your behalf.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSpec(String spec)
A link to a YAML formatted spec file that provides inputs as defined in the environment template bundle schema
file.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Collection<Tag> tags)
Create tags for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Tag... tags)
Create tags for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTemplateMajorVersion(String templateMajorVersion)
The ID of the major version of the environment template.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTemplateMinorVersion(String templateMinorVersion)
The ID of the minor version of the environment template.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTemplateName(String templateName)
The name of the environment template.
|
Copyright © 2021. All rights reserved.