@Generated(value="software.amazon.awssdk:codegen") public final 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 and Description |
---|---|
static interface |
EnvironmentResourceDescription.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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. |
copy
public String environmentName()
The name of the environment.
public List<AutoScalingGroup> autoScalingGroups()
The AutoScalingGroups
used by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
AutoScalingGroups
used by this environment.public List<Instance> instances()
The Amazon EC2 instances used by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<LaunchConfiguration> launchConfigurations()
The Auto Scaling launch configurations in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<LoadBalancer> loadBalancers()
The LoadBalancers in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Trigger> triggers()
The AutoScaling
triggers in use by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
AutoScaling
triggers in use by this environment.public List<Queue> queues()
The queues used by this environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.