Uses of Class
com.amazonaws.services.iot.model.SetLoggingOptionsRequest
-
Packages that use SetLoggingOptionsRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of SetLoggingOptionsRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type SetLoggingOptionsRequest Modifier and Type Method Description Future<SetLoggingOptionsResult>
AbstractAWSIotAsync. setLoggingOptionsAsync(SetLoggingOptionsRequest request, AsyncHandler<SetLoggingOptionsRequest,SetLoggingOptionsResult> asyncHandler)
Future<SetLoggingOptionsResult>
AWSIotAsync. setLoggingOptionsAsync(SetLoggingOptionsRequest setLoggingOptionsRequest, AsyncHandler<SetLoggingOptionsRequest,SetLoggingOptionsResult> asyncHandler)
Sets the logging options.Future<SetLoggingOptionsResult>
AWSIotAsyncClient. setLoggingOptionsAsync(SetLoggingOptionsRequest request, AsyncHandler<SetLoggingOptionsRequest,SetLoggingOptionsResult> asyncHandler)
-
Uses of SetLoggingOptionsRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return SetLoggingOptionsRequest Modifier and Type Method Description SetLoggingOptionsRequest
SetLoggingOptionsRequest. clone()
SetLoggingOptionsRequest
SetLoggingOptionsRequest. withLoggingOptionsPayload(LoggingOptionsPayload loggingOptionsPayload)
The logging options payload.
-