Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.RegisterAccountResponse
-
Packages that use RegisterAccountResponse 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 RegisterAccountResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return RegisterAccountResponse Modifier and Type Method Description default RegisterAccountResponseIoTFleetWiseClient. registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest)default RegisterAccountResponseIoTFleetWiseClient. registerAccount(RegisterAccountRequest registerAccountRequest)Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type RegisterAccountResponse Modifier and Type Method Description default CompletableFuture<RegisterAccountResponse>IoTFleetWiseAsyncClient. registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest)default CompletableFuture<RegisterAccountResponse>IoTFleetWiseAsyncClient. registerAccount(RegisterAccountRequest registerAccountRequest)
-