Uses of Class
com.amazonaws.services.redshift.model.DisableLoggingRequest
Packages that use DisableLoggingRequest
-
Uses of DisableLoggingRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DisableLoggingRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.disableLogging(DisableLoggingRequest request) AmazonRedshift.disableLogging(DisableLoggingRequest disableLoggingRequest) Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftClient.disableLogging(DisableLoggingRequest disableLoggingRequest) Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AbstractAmazonRedshiftAsync.disableLoggingAsync(DisableLoggingRequest request) AbstractAmazonRedshiftAsync.disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest, DisableLoggingResult> asyncHandler) AmazonRedshiftAsync.disableLoggingAsync(DisableLoggingRequest disableLoggingRequest) Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftAsync.disableLoggingAsync(DisableLoggingRequest disableLoggingRequest, AsyncHandler<DisableLoggingRequest, DisableLoggingResult> asyncHandler) Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftAsyncClient.disableLoggingAsync(DisableLoggingRequest request) AmazonRedshiftAsyncClient.disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest, DisableLoggingResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DisableLoggingRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest, DisableLoggingResult> asyncHandler) AmazonRedshiftAsync.disableLoggingAsync(DisableLoggingRequest disableLoggingRequest, AsyncHandler<DisableLoggingRequest, DisableLoggingResult> asyncHandler) Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftAsyncClient.disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest, DisableLoggingResult> asyncHandler) -
Uses of DisableLoggingRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DisableLoggingRequestModifier and TypeMethodDescriptionDisableLoggingRequest.clone()DisableLoggingRequest.withClusterIdentifier(String clusterIdentifier) The identifier of the cluster on which logging is to be stopped.