Class TerminateEnvironmentResponse

    • 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 SolutionStack deployed with this environment.

        Returns:
        The name of the SolutionStack deployed 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, status will return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        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, status will return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        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 an UpdateEnvironment or RestartEnvironment request.

        Default: Grey

        If the service returns an enum value that is not available in the current SDK version, health will return EnvironmentHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from healthAsString().

        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 an UpdateEnvironment or RestartEnvironment request.

        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 an UpdateEnvironment or RestartEnvironment request.

        Default: Grey

        If the service returns an enum value that is not available in the current SDK version, health will return EnvironmentHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from healthAsString().

        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 an UpdateEnvironment or RestartEnvironment request.

        Default: Grey

        See Also:
        EnvironmentHealth
      • 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 the isEmpty() 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.
      • 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.
        Overrides:
        toString in class Object