ToCopyableBuilder<EnvironmentResourceDescription.Builder,EnvironmentResourceDescription>
@Generated("software.amazon.awssdk:codegen") public class EnvironmentResourceDescription extends Object implements ToCopyableBuilder<EnvironmentResourceDescription.Builder,EnvironmentResourceDescription>
Describes the AWS resources in use by this environment. This data is live.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnvironmentResourceDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AutoScalingGroup> |
autoScalingGroups() |
The
AutoScalingGroups used by this environment. |
static EnvironmentResourceDescription.Builder |
builder() |
|
String |
environmentName() |
The name of the environment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Instance> |
instances() |
The Amazon EC2 instances used by this environment.
|
List<LaunchConfiguration> |
launchConfigurations() |
The Auto Scaling launch configurations in use by this environment.
|
List<LoadBalancer> |
loadBalancers() |
The LoadBalancers in use by this environment.
|
List<Queue> |
queues() |
The queues used by this environment.
|
static Class<? extends EnvironmentResourceDescription.Builder> |
serializableBuilderClass() |
|
EnvironmentResourceDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<Trigger> |
triggers() |
The
AutoScaling triggers in use by this environment. |
public String environmentName()
The name of the environment.
public List<AutoScalingGroup> autoScalingGroups()
The AutoScalingGroups
used by this environment.
AutoScalingGroups
used by this environment.public List<Instance> instances()
The Amazon EC2 instances used by this environment.
public List<LaunchConfiguration> launchConfigurations()
The Auto Scaling launch configurations in use by this environment.
public List<LoadBalancer> loadBalancers()
The LoadBalancers in use by this environment.
public List<Trigger> triggers()
The AutoScaling
triggers in use by this environment.
AutoScaling
triggers in use by this environment.public List<Queue> queues()
The queues used by this environment.
public EnvironmentResourceDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnvironmentResourceDescription.Builder,EnvironmentResourceDescription>
public static EnvironmentResourceDescription.Builder builder()
public static Class<? extends EnvironmentResourceDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.