| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationStatus |
RegistrationStatus.fromValue(String value)
Use this in place of valueOf.
|
static RegistrationStatus |
RegistrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationStatus[] |
RegistrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withAccountStatus(RegistrationStatus accountStatus)
The status of registering your account and resources.
|
RegisterAccountResult |
RegisterAccountResult.withRegisterAccountStatus(RegistrationStatus registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
IamRegistrationResponse |
IamRegistrationResponse.withRegistrationStatus(RegistrationStatus registrationStatus)
The status of registering your IAM resource.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withRegistrationStatus(RegistrationStatus registrationStatus)
The status of registering your Amazon Timestream resources.
|
Copyright © 2023. All rights reserved.