Uses of Interface
software.amazon.awssdk.services.iot.model.GetV2LoggingOptionsRequest.Builder
-
Packages that use GetV2LoggingOptionsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of GetV2LoggingOptionsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type GetV2LoggingOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetV2LoggingOptionsResponse>IotAsyncClient. getV2LoggingOptions(Consumer<GetV2LoggingOptionsRequest.Builder> getV2LoggingOptionsRequest)Gets the fine grained logging options.default GetV2LoggingOptionsResponseIotClient. getV2LoggingOptions(Consumer<GetV2LoggingOptionsRequest.Builder> getV2LoggingOptionsRequest)Gets the fine grained logging options. -
Uses of GetV2LoggingOptionsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GetV2LoggingOptionsRequest.Builder Modifier and Type Method Description static GetV2LoggingOptionsRequest.BuilderGetV2LoggingOptionsRequest. builder()GetV2LoggingOptionsRequest.BuilderGetV2LoggingOptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetV2LoggingOptionsRequest.BuilderGetV2LoggingOptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetV2LoggingOptionsRequest.BuilderGetV2LoggingOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GetV2LoggingOptionsRequest.Builder Modifier and Type Method Description static Class<? extends GetV2LoggingOptionsRequest.Builder>GetV2LoggingOptionsRequest. serializableBuilderClass()
-