Class TerminateEnvironmentResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse
-
- software.amazon.awssdk.services.elasticbeanstalk.model.TerminateEnvironmentResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<TerminateEnvironmentResponse.Builder,TerminateEnvironmentResponse>
@Generated("software.amazon.awssdk:codegen") public final class TerminateEnvironmentResponse extends ElasticBeanstalkResponse implements ToCopyableBuilder<TerminateEnvironmentResponse.Builder,TerminateEnvironmentResponse>
Describes the properties of an environment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTerminateEnvironmentResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanabortableOperationInProgress()Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.StringapplicationName()The name of the application associated with this environment.static TerminateEnvironmentResponse.Builderbuilder()Stringcname()The URL to the CNAME for this environment.InstantdateCreated()The creation date for this environment.InstantdateUpdated()The last modified date for this environment.Stringdescription()Describes this environment.StringendpointURL()For load-balanced, autoscaling environments, the URL to the LoadBalancer.StringenvironmentArn()The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.StringenvironmentId()The ID of this environment.List<EnvironmentLink>environmentLinks()A list of links to other environments in the same group.StringenvironmentName()The name of this environment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasEnvironmentLinks()For responses, this returns true if the service returned a value for the EnvironmentLinks property.inthashCode()EnvironmentHealthhealth()Describes the health status of the environment.StringhealthAsString()Describes the health status of the environment.EnvironmentHealthStatushealthStatus()Returns the health status of the application running in your environment.StringhealthStatusAsString()Returns the health status of the application running in your environment.StringoperationsRole()The Amazon Resource Name (ARN) of the environment's operations role.StringplatformArn()The ARN of the platform version.EnvironmentResourcesDescriptionresources()The description of the AWS resources used by this environment.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TerminateEnvironmentResponse.Builder>serializableBuilderClass()StringsolutionStackName()The name of theSolutionStackdeployed with this environment.EnvironmentStatusstatus()The current operational status of the environment:StringstatusAsString()The current operational status of the environment:StringtemplateName()The name of the configuration template used to originally launch this environment.EnvironmentTiertier()Describes the current tier of this environment.TerminateEnvironmentResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionLabel()The application version deployed in this environment.-
Methods inherited from class software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
environmentName
public final String environmentName()
The name of this environment.
- Returns:
- The name of this environment.
-
environmentId
public final String environmentId()
The ID of this environment.
- Returns:
- The ID of this environment.
-
applicationName
public final String applicationName()
The name of the application associated with this environment.
- Returns:
- The name of the application associated with this environment.
-
versionLabel
public final String versionLabel()
The application version deployed in this environment.
- Returns:
- The application version deployed in this environment.
-
solutionStackName
public final String solutionStackName()
The name of the
SolutionStackdeployed with this environment.- Returns:
- The name of the
SolutionStackdeployed with this environment.
-
platformArn
public final String platformArn()
The ARN of the platform version.
- Returns:
- The ARN of the platform version.
-
templateName
public final String templateName()
The name of the configuration template used to originally launch this environment.
- Returns:
- The name of the configuration template used to originally launch this environment.
-
description
public final String description()
Describes this environment.
- Returns:
- Describes this environment.
-
endpointURL
public final String endpointURL()
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
- Returns:
- For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
-
cname
public final String cname()
The URL to the CNAME for this environment.
- Returns:
- The URL to the CNAME for this environment.
-
dateCreated
public final Instant dateCreated()
The creation date for this environment.
- Returns:
- The creation date for this environment.
-
dateUpdated
public final Instant dateUpdated()
The last modified date for this environment.
- Returns:
- The last modified date for this environment.
-
status
public final EnvironmentStatus status()
The current operational status of the environment:
-
Launching: Environment is in the process of initial deployment. -
Updating: Environment is in the process of updating its configuration settings or application version. -
Ready: Environment is available to have an action performed on it, such as update or terminate. -
Terminating: Environment is in the shut-down process. -
Terminated: Environment is not running.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current operational status of the environment:
-
Launching: Environment is in the process of initial deployment. -
Updating: Environment is in the process of updating its configuration settings or application version. -
Ready: Environment is available to have an action performed on it, such as update or terminate. -
Terminating: Environment is in the shut-down process. -
Terminated: Environment is not running.
-
- See Also:
EnvironmentStatus
-
-
statusAsString
public final String statusAsString()
The current operational status of the environment:
-
Launching: Environment is in the process of initial deployment. -
Updating: Environment is in the process of updating its configuration settings or application version. -
Ready: Environment is available to have an action performed on it, such as update or terminate. -
Terminating: Environment is in the shut-down process. -
Terminated: Environment is not running.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current operational status of the environment:
-
Launching: Environment is in the process of initial deployment. -
Updating: Environment is in the process of updating its configuration settings or application version. -
Ready: Environment is available to have an action performed on it, such as update or terminate. -
Terminating: Environment is in the shut-down process. -
Terminated: Environment is not running.
-
- See Also:
EnvironmentStatus
-
-
abortableOperationInProgress
public final Boolean abortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true:There is an update in progress.false:There are no updates currently in progress.- Returns:
- Indicates if there is an in-progress environment configuration update or application version deployment
that you can cancel.
true:There is an update in progress.false:There are no updates currently in progress.
-
health
public final EnvironmentHealth health()
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green: Indicates the environment is healthy and fully functional. -
Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during anUpdateEnvironmentorRestartEnvironmentrequest.
Default:
GreyIf the service returns an enum value that is not available in the current SDK version,
healthwill returnEnvironmentHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhealthAsString().- Returns:
- Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a
running environment:
-
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green: Indicates the environment is healthy and fully functional. -
Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during anUpdateEnvironmentorRestartEnvironmentrequest.
Default:
Grey -
- See Also:
EnvironmentHealth
-
-
healthAsString
public final String healthAsString()
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
-
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green: Indicates the environment is healthy and fully functional. -
Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during anUpdateEnvironmentorRestartEnvironmentrequest.
Default:
GreyIf the service returns an enum value that is not available in the current SDK version,
healthwill returnEnvironmentHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhealthAsString().- Returns:
- Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a
running environment:
-
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. -
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. -
Green: Indicates the environment is healthy and fully functional. -
Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during anUpdateEnvironmentorRestartEnvironmentrequest.
Default:
Grey -
- See Also:
EnvironmentHealth
-
-
healthStatus
public final EnvironmentHealthStatus healthStatus()
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
If the service returns an enum value that is not available in the current SDK version,
healthStatuswill returnEnvironmentHealthStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhealthStatusAsString().- Returns:
- Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
- See Also:
EnvironmentHealthStatus
-
healthStatusAsString
public final String healthStatusAsString()
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
If the service returns an enum value that is not available in the current SDK version,
healthStatuswill returnEnvironmentHealthStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhealthStatusAsString().- Returns:
- Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
- See Also:
EnvironmentHealthStatus
-
resources
public final EnvironmentResourcesDescription resources()
The description of the AWS resources used by this environment.
- Returns:
- The description of the AWS resources used by this environment.
-
tier
public final EnvironmentTier tier()
Describes the current tier of this environment.
- Returns:
- Describes the current tier of this environment.
-
hasEnvironmentLinks
public final boolean hasEnvironmentLinks()
For responses, this returns true if the service returned a value for the EnvironmentLinks property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
environmentLinks
public final List<EnvironmentLink> environmentLinks()
A list of links to other environments in the same group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasEnvironmentLinks()method.- Returns:
- A list of links to other environments in the same group.
-
environmentArn
public final String environmentArn()
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
- Returns:
- The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
-
operationsRole
public final String operationsRole()
The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
- Returns:
- The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
-
toBuilder
public TerminateEnvironmentResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TerminateEnvironmentResponse.Builder,TerminateEnvironmentResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static TerminateEnvironmentResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends TerminateEnvironmentResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-