Class RegisterAccountResponse

    • Method Detail

      • 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