Class DeleteOrganizationRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        The idempotency token associated with the request.

        Returns:
        The idempotency token associated with the request.
      • organizationId

        public final String organizationId()

        The organization ID.

        Returns:
        The organization ID.
      • deleteDirectory

        public final Boolean deleteDirectory()

        If true, deletes the AWS Directory Service directory associated with the organization.

        Returns:
        If true, deletes the AWS Directory Service directory associated with the organization.
      • forceDelete

        public final Boolean forceDelete()

        Deletes a WorkMail organization even if the organization has enabled users.

        Returns:
        Deletes a WorkMail organization even if the organization has enabled users.
      • deleteIdentityCenterApplication

        public final Boolean deleteIdentityCenterApplication()

        Deletes IAM Identity Center application for WorkMail. This action does not affect authentication settings for any organization.

        Returns:
        Deletes IAM Identity Center application for WorkMail. This action does not affect authentication settings for any organization.
      • 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