Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetRegisterAccountStatusResponse
-
Packages that use GetRegisterAccountStatusResponse Package Description software.amazon.awssdk.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. -
-
Uses of GetRegisterAccountStatusResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetRegisterAccountStatusResponse Modifier and Type Method Description default GetRegisterAccountStatusResponseIoTFleetWiseClient. getRegisterAccountStatus(Consumer<GetRegisterAccountStatusRequest.Builder> 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.default GetRegisterAccountStatusResponseIoTFleetWiseClient. 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.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetRegisterAccountStatusResponse Modifier and Type Method Description default CompletableFuture<GetRegisterAccountStatusResponse>IoTFleetWiseAsyncClient. getRegisterAccountStatus(Consumer<GetRegisterAccountStatusRequest.Builder> 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.default CompletableFuture<GetRegisterAccountStatusResponse>IoTFleetWiseAsyncClient. 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.
-