Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.GetRegisterAccountStatusRequest.Builder
-
Packages that use GetRegisterAccountStatusRequest.Builder 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.software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of GetRegisterAccountStatusRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type GetRegisterAccountStatusRequest.Builder 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 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. -
Uses of GetRegisterAccountStatusRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return GetRegisterAccountStatusRequest.Builder Modifier and Type Method Description static GetRegisterAccountStatusRequest.BuilderGetRegisterAccountStatusRequest. builder()GetRegisterAccountStatusRequest.BuilderGetRegisterAccountStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRegisterAccountStatusRequest.BuilderGetRegisterAccountStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRegisterAccountStatusRequest.BuilderGetRegisterAccountStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type GetRegisterAccountStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetRegisterAccountStatusRequest.Builder>GetRegisterAccountStatusRequest. serializableBuilderClass()
-