Uses of Interface
software.amazon.awssdk.services.iot.model.GetLoggingOptionsRequest.Builder
-
Packages that use GetLoggingOptionsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of GetLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type GetLoggingOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoggingOptionsResponse>IotAsyncClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)Gets the logging options.default GetLoggingOptionsResponseIotClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)Gets the logging options. -
Uses of GetLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.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.iot.model that return types with arguments of type GetLoggingOptionsRequest.Builder Modifier and Type Method Description static Class<? extends GetLoggingOptionsRequest.Builder>GetLoggingOptionsRequest. serializableBuilderClass()
-