Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.GetLoggingOptionsRequest.Builder
-
Packages that use GetLoggingOptionsRequest.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 GetLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type GetLoggingOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoggingOptionsResponse>IoTFleetWiseAsyncClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)Retrieves the logging options.default GetLoggingOptionsResponseIoTFleetWiseClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)Retrieves the logging options. -
Uses of GetLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return GetLoggingOptionsRequest.Builder Modifier and Type Method Description static GetLoggingOptionsRequest.BuilderGetLoggingOptionsRequest. builder()GetLoggingOptionsRequest.BuilderGetLoggingOptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoggingOptionsRequest.BuilderGetLoggingOptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLoggingOptionsRequest.BuilderGetLoggingOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type GetLoggingOptionsRequest.Builder Modifier and Type Method Description static Class<? extends GetLoggingOptionsRequest.Builder>GetLoggingOptionsRequest. serializableBuilderClass()
-