Uses of Class
software.amazon.awssdk.services.redshift.model.EnableLoggingResponse
-
Packages that use EnableLoggingResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of EnableLoggingResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return EnableLoggingResponse Modifier and Type Method Description default EnableLoggingResponseRedshiftClient. enableLogging(Consumer<EnableLoggingRequest.Builder> enableLoggingRequest)Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.default EnableLoggingResponseRedshiftClient. enableLogging(EnableLoggingRequest enableLoggingRequest)Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type EnableLoggingResponse Modifier and Type Method Description default CompletableFuture<EnableLoggingResponse>RedshiftAsyncClient. enableLogging(Consumer<EnableLoggingRequest.Builder> enableLoggingRequest)Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.default CompletableFuture<EnableLoggingResponse>RedshiftAsyncClient. enableLogging(EnableLoggingRequest enableLoggingRequest)Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
-