Class RegisterAccountResponse

    • Method Detail

      • registerAccountStatus

        public final RegistrationStatus registerAccountStatus()

        The status of registering your Amazon Web Services account, IAM role, and Timestream resources.

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

        Returns:
        The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
        See Also:
        RegistrationStatus
      • registerAccountStatusAsString

        public final String registerAccountStatusAsString()

        The status of registering your Amazon Web Services account, IAM role, and Timestream resources.

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

        Returns:
        The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
        See Also:
        RegistrationStatus
      • timestreamResources

        public final TimestreamResources timestreamResources()
        Returns the value of the TimestreamResources property for this object.
        Returns:
        The value of the TimestreamResources property for this object.
      • iamResources

        public final IamResources iamResources()

        The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.

        Returns:
        The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
      • creationTime

        public final Instant creationTime()

        The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Returns:
        The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
      • lastModificationTime

        public final Instant lastModificationTime()

        The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Returns:
        The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
      • 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