Class DeleteMultiRegionEndpointResponse

    • Method Detail

      • status

        public final Status status()

        A status of the multi-region endpoint (global-endpoint) right after the delete request.

        • CREATING – The resource is being provisioned.

        • READY – The resource is ready to use.

        • FAILED – The resource failed to be provisioned.

        • DELETING – The resource is being deleted as requested.

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

        Returns:
        A status of the multi-region endpoint (global-endpoint) right after the delete request.

        • CREATING – The resource is being provisioned.

        • READY – The resource is ready to use.

        • FAILED – The resource failed to be provisioned.

        • DELETING – The resource is being deleted as requested.

        See Also:
        Status
      • statusAsString

        public final String statusAsString()

        A status of the multi-region endpoint (global-endpoint) right after the delete request.

        • CREATING – The resource is being provisioned.

        • READY – The resource is ready to use.

        • FAILED – The resource failed to be provisioned.

        • DELETING – The resource is being deleted as requested.

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

        Returns:
        A status of the multi-region endpoint (global-endpoint) right after the delete request.

        • CREATING – The resource is being provisioned.

        • READY – The resource is ready to use.

        • FAILED – The resource failed to be provisioned.

        • DELETING – The resource is being deleted as requested.

        See Also:
        Status
      • 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