Uses of Class
com.amazonaws.services.iot.model.GetLoggingOptionsResult
Packages that use GetLoggingOptionsResult
-
Uses of GetLoggingOptionsResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetLoggingOptionsResultModifier and TypeMethodDescriptionAbstractAWSIot.getLoggingOptions(GetLoggingOptionsRequest request) AWSIot.getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest) Gets the logging options.AWSIotClient.getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest) Gets the logging options.Methods in com.amazonaws.services.iot that return types with arguments of type GetLoggingOptionsResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.getLoggingOptionsAsync(GetLoggingOptionsRequest request) AbstractAWSIotAsync.getLoggingOptionsAsync(GetLoggingOptionsRequest request, AsyncHandler<GetLoggingOptionsRequest, GetLoggingOptionsResult> asyncHandler) AWSIotAsync.getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest) Gets the logging options.AWSIotAsync.getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest, AsyncHandler<GetLoggingOptionsRequest, GetLoggingOptionsResult> asyncHandler) Gets the logging options.AWSIotAsyncClient.getLoggingOptionsAsync(GetLoggingOptionsRequest request) AWSIotAsyncClient.getLoggingOptionsAsync(GetLoggingOptionsRequest request, AsyncHandler<GetLoggingOptionsRequest, GetLoggingOptionsResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type GetLoggingOptionsResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.getLoggingOptionsAsync(GetLoggingOptionsRequest request, AsyncHandler<GetLoggingOptionsRequest, GetLoggingOptionsResult> asyncHandler) AWSIotAsync.getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest, AsyncHandler<GetLoggingOptionsRequest, GetLoggingOptionsResult> asyncHandler) Gets the logging options.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 GetLoggingOptionsResultModifier and TypeMethodDescriptionGetLoggingOptionsResult.clone()GetLoggingOptionsResult.withLogLevel(LogLevel logLevel) The logging level.GetLoggingOptionsResult.withLogLevel(String logLevel) The logging level.GetLoggingOptionsResult.withRoleArn(String roleArn) The ARN of the IAM role that grants access.