| Package | Description |
|---|---|
| com.amazonaws.services.cloud9 |
|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentEC2Result |
AWSCloud9Client.createEnvironmentEC2(CreateEnvironmentEC2Request request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
CreateEnvironmentEC2Result |
AWSCloud9.createEnvironmentEC2(CreateEnvironmentEC2Request createEnvironmentEC2Request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
CreateEnvironmentEC2Result |
AbstractAWSCloud9.createEnvironmentEC2(CreateEnvironmentEC2Request request) |
Future<CreateEnvironmentEC2Result> |
AWSCloud9AsyncClient.createEnvironmentEC2Async(CreateEnvironmentEC2Request request) |
Future<CreateEnvironmentEC2Result> |
AbstractAWSCloud9Async.createEnvironmentEC2Async(CreateEnvironmentEC2Request request) |
Future<CreateEnvironmentEC2Result> |
AWSCloud9Async.createEnvironmentEC2Async(CreateEnvironmentEC2Request createEnvironmentEC2Request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
Future<CreateEnvironmentEC2Result> |
AWSCloud9AsyncClient.createEnvironmentEC2Async(CreateEnvironmentEC2Request request,
AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler) |
Future<CreateEnvironmentEC2Result> |
AbstractAWSCloud9Async.createEnvironmentEC2Async(CreateEnvironmentEC2Request request,
AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler) |
Future<CreateEnvironmentEC2Result> |
AWSCloud9Async.createEnvironmentEC2Async(CreateEnvironmentEC2Request createEnvironmentEC2Request,
AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentEC2Result> |
AWSCloud9AsyncClient.createEnvironmentEC2Async(CreateEnvironmentEC2Request request,
AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler) |
Future<CreateEnvironmentEC2Result> |
AbstractAWSCloud9Async.createEnvironmentEC2Async(CreateEnvironmentEC2Request request,
AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler) |
Future<CreateEnvironmentEC2Result> |
AWSCloud9Async.createEnvironmentEC2Async(CreateEnvironmentEC2Request createEnvironmentEC2Request,
AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
then connects from the instance to the environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.clone() |
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withAutomaticStopTimeMinutes(Integer automaticStopTimeMinutes)
The number of minutes until the running instance is shut down after the environment has last been used.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive string that helps Cloud9 to ensure this operation completes no more than one time.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withConnectionType(ConnectionType connectionType)
The connection type used for connecting to an Amazon EC2 environment.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withConnectionType(String connectionType)
The connection type used for connecting to an Amazon EC2 environment.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withDescription(String description)
The description of the environment to create.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withDryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withImageId(String imageId)
The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withInstanceType(String instanceType)
The type of instance to connect to the environment (for example,
t2.micro). |
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withName(String name)
The name of the environment to create.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withOwnerArn(String ownerArn)
The Amazon Resource Name (ARN) of the environment owner.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withSubnetId(String subnetId)
The ID of the subnet in Amazon VPC that Cloud9 will use to communicate with the Amazon EC2 instance.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withTags(Collection<Tag> tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
CreateEnvironmentEC2Request |
CreateEnvironmentEC2Request.withTags(Tag... tags)
An array of key-value pairs that will be associated with the new Cloud9 development environment.
|
Copyright © 2023. All rights reserved.