| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.clone() |
TimestreamRegistrationResponse |
GetRegisterAccountStatusResult.getTimestreamRegistrationResponse()
Information about the registered Amazon Timestream resources or errors, if any.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withErrorMessage(String errorMessage)
A message associated with a registration error.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withRegistrationStatus(RegistrationStatus registrationStatus)
The status of registering your Amazon Timestream resources.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withRegistrationStatus(String registrationStatus)
The status of registering your Amazon Timestream resources.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withTimestreamDatabaseArn(String timestreamDatabaseArn)
The Amazon Resource Name (ARN) of the Timestream database.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withTimestreamDatabaseName(String timestreamDatabaseName)
The name of the Timestream database.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withTimestreamTableArn(String timestreamTableArn)
The ARN of the Timestream database table.
|
TimestreamRegistrationResponse |
TimestreamRegistrationResponse.withTimestreamTableName(String timestreamTableName)
The name of the Timestream database table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRegisterAccountStatusResult.setTimestreamRegistrationResponse(TimestreamRegistrationResponse timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withTimestreamRegistrationResponse(TimestreamRegistrationResponse timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
Copyright © 2023. All rights reserved.