Uses of Class
com.amazonaws.services.iot.model.GetLoggingOptionsResult
-
Packages that use GetLoggingOptionsResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of GetLoggingOptionsResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetLoggingOptionsResult Modifier and Type Method Description GetLoggingOptionsResult
AbstractAWSIot. getLoggingOptions(GetLoggingOptionsRequest request)
GetLoggingOptionsResult
AWSIot. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)
Gets the logging options.GetLoggingOptionsResult
AWSIotClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)
Gets the logging options.Method parameters in com.amazonaws.services.iot with type arguments of type GetLoggingOptionsResult Modifier and Type Method Description Future<GetLoggingOptionsResult>
AbstractAWSIotAsync. getLoggingOptionsAsync(GetLoggingOptionsRequest request, AsyncHandler<GetLoggingOptionsRequest,GetLoggingOptionsResult> asyncHandler)
Future<GetLoggingOptionsResult>
AWSIotAsync. getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest, AsyncHandler<GetLoggingOptionsRequest,GetLoggingOptionsResult> asyncHandler)
Gets the logging options.Future<GetLoggingOptionsResult>
AWSIotAsyncClient. getLoggingOptionsAsync(GetLoggingOptionsRequest request, AsyncHandler<GetLoggingOptionsRequest,GetLoggingOptionsResult> asyncHandler)
-
Uses of GetLoggingOptionsResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return GetLoggingOptionsResult Modifier and Type Method Description GetLoggingOptionsResult
GetLoggingOptionsResult. clone()
GetLoggingOptionsResult
GetLoggingOptionsResult. withLogLevel(LogLevel logLevel)
The logging level.GetLoggingOptionsResult
GetLoggingOptionsResult. withLogLevel(String logLevel)
The logging level.GetLoggingOptionsResult
GetLoggingOptionsResult. withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
-