Uses of Interface
software.amazon.awssdk.services.iot.model.SetLoggingOptionsRequest.Builder
-
Packages that use SetLoggingOptionsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of SetLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type SetLoggingOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<SetLoggingOptionsResponse>IotAsyncClient. setLoggingOptions(Consumer<SetLoggingOptionsRequest.Builder> setLoggingOptionsRequest)Sets the logging options.default SetLoggingOptionsResponseIotClient. setLoggingOptions(Consumer<SetLoggingOptionsRequest.Builder> setLoggingOptionsRequest)Sets the logging options. -
Uses of SetLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SetLoggingOptionsRequest.Builder Modifier and Type Method Description static SetLoggingOptionsRequest.BuilderSetLoggingOptionsRequest. builder()default SetLoggingOptionsRequest.BuilderSetLoggingOptionsRequest.Builder. loggingOptionsPayload(Consumer<LoggingOptionsPayload.Builder> loggingOptionsPayload)The logging options payload.SetLoggingOptionsRequest.BuilderSetLoggingOptionsRequest.Builder. loggingOptionsPayload(LoggingOptionsPayload loggingOptionsPayload)The logging options payload.SetLoggingOptionsRequest.BuilderSetLoggingOptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetLoggingOptionsRequest.BuilderSetLoggingOptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetLoggingOptionsRequest.BuilderSetLoggingOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SetLoggingOptionsRequest.Builder Modifier and Type Method Description static Class<? extends SetLoggingOptionsRequest.Builder>SetLoggingOptionsRequest. serializableBuilderClass()
-