| Package | Description |
|---|---|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
Environment |
Environment.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
Environment |
Environment.withDescription(String description)
The description for the environment.
|
Environment |
Environment.withId(String id)
The ID of the environment.
|
Environment |
Environment.withName(String name)
The name of the environment.
|
Environment |
Environment.withOwnerArn(String ownerArn)
The Amazon Resource Name (ARN) of the environment owner.
|
Environment |
Environment.withType(EnvironmentType type)
The type of environment.
|
Environment |
Environment.withType(String type)
The type of environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Environment> |
DescribeEnvironmentsResult.getEnvironments()
Information about the environments that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentsResult |
DescribeEnvironmentsResult.withEnvironments(Environment... environments)
Information about the environments that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEnvironmentsResult.setEnvironments(Collection<Environment> environments)
Information about the environments that are returned.
|
DescribeEnvironmentsResult |
DescribeEnvironmentsResult.withEnvironments(Collection<Environment> environments)
Information about the environments that are returned.
|
Copyright © 2018. All rights reserved.