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 GetLoggingOptionsResultAbstractAWSIot. getLoggingOptions(GetLoggingOptionsRequest request)GetLoggingOptionsResultAWSIot. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)Gets the logging options.GetLoggingOptionsResultAWSIotClient. 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 GetLoggingOptionsResultGetLoggingOptionsResult. clone()GetLoggingOptionsResultGetLoggingOptionsResult. withLogLevel(LogLevel logLevel)The logging level.GetLoggingOptionsResultGetLoggingOptionsResult. withLogLevel(String logLevel)The logging level.GetLoggingOptionsResultGetLoggingOptionsResult. withRoleArn(String roleArn)The ARN of the IAM role that grants access.
-