Class GetRegisterAccountStatusResponse

    • Method Detail

      • customerAccountId

        public final String customerAccountId()

        The unique ID of the Amazon Web Services account, provided at account creation.

        Returns:
        The unique ID of the Amazon Web Services account, provided at account creation.
      • accountStatus

        public final RegistrationStatus accountStatus()

        The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

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

        Returns:
        The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

        See Also:
        RegistrationStatus
      • accountStatusAsString

        public final String accountStatusAsString()

        The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

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

        Returns:
        The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

        See Also:
        RegistrationStatus
      • timestreamRegistrationResponse

        public final TimestreamRegistrationResponse timestreamRegistrationResponse()

        Information about the registered Amazon Timestream resources or errors, if any.

        Returns:
        Information about the registered Amazon Timestream resources or errors, if any.
      • iamRegistrationResponse

        public final IamRegistrationResponse iamRegistrationResponse()

        Information about the registered IAM resources or errors, if any.

        Returns:
        Information about the registered IAM resources or errors, if any.
      • 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