Uses of Class
software.amazon.awssdk.services.redshift.model.DisableLoggingResponse
-
Packages that use DisableLoggingResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DisableLoggingResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DisableLoggingResponse Modifier and Type Method Description default DisableLoggingResponseRedshiftClient. disableLogging(Consumer<DisableLoggingRequest.Builder> disableLoggingRequest)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.default DisableLoggingResponseRedshiftClient. disableLogging(DisableLoggingRequest disableLoggingRequest)Stops 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 DisableLoggingResponse Modifier and Type Method Description default CompletableFuture<DisableLoggingResponse>RedshiftAsyncClient. disableLogging(Consumer<DisableLoggingRequest.Builder> disableLoggingRequest)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.default CompletableFuture<DisableLoggingResponse>RedshiftAsyncClient. disableLogging(DisableLoggingRequest disableLoggingRequest)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
-