| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise |
Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle
data to the Amazon Web Services cloud at scale.
|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
GetRegisterAccountStatusResult |
AWSIoTFleetWiseClient.getRegisterAccountStatus(GetRegisterAccountStatusRequest request)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon
Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web
Services Cloud.
|
GetRegisterAccountStatusResult |
AbstractAWSIoTFleetWise.getRegisterAccountStatus(GetRegisterAccountStatusRequest request) |
GetRegisterAccountStatusResult |
AWSIoTFleetWise.getRegisterAccountStatus(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon
Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web
Services Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRegisterAccountStatusResult> |
AWSIoTFleetWiseAsyncClient.getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest request) |
Future<GetRegisterAccountStatusResult> |
AWSIoTFleetWiseAsync.getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon
Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web
Services Cloud.
|
Future<GetRegisterAccountStatusResult> |
AbstractAWSIoTFleetWiseAsync.getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest request) |
Future<GetRegisterAccountStatusResult> |
AWSIoTFleetWiseAsyncClient.getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest request,
AsyncHandler<GetRegisterAccountStatusRequest,GetRegisterAccountStatusResult> asyncHandler) |
Future<GetRegisterAccountStatusResult> |
AWSIoTFleetWiseAsync.getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest,
AsyncHandler<GetRegisterAccountStatusRequest,GetRegisterAccountStatusResult> asyncHandler)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon
Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web
Services Cloud.
|
Future<GetRegisterAccountStatusResult> |
AbstractAWSIoTFleetWiseAsync.getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest request,
AsyncHandler<GetRegisterAccountStatusRequest,GetRegisterAccountStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.clone() |
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withAccountStatus(RegistrationStatus accountStatus)
The status of registering your account and resources.
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withAccountStatus(String accountStatus)
The status of registering your account and resources.
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withCreationTime(Date creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withCustomerAccountId(String customerAccountId)
The unique ID of the Amazon Web Services account, provided at account creation.
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withIamRegistrationResponse(IamRegistrationResponse iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withLastModificationTime(Date lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetRegisterAccountStatusResult |
GetRegisterAccountStatusResult.withTimestreamRegistrationResponse(TimestreamRegistrationResponse timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
Copyright © 2023. All rights reserved.