Uses of Class
com.amazonaws.services.redshift.model.EnableLoggingRequest
Packages that use EnableLoggingRequest
-
Uses of EnableLoggingRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type EnableLoggingRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.enableLogging(EnableLoggingRequest request) AmazonRedshift.enableLogging(EnableLoggingRequest enableLoggingRequest) Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftClient.enableLogging(EnableLoggingRequest enableLoggingRequest) Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AbstractAmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest request) AbstractAmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest request, AsyncHandler<EnableLoggingRequest, EnableLoggingResult> asyncHandler) AmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest) Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest, AsyncHandler<EnableLoggingRequest, EnableLoggingResult> asyncHandler) Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftAsyncClient.enableLoggingAsync(EnableLoggingRequest request) AmazonRedshiftAsyncClient.enableLoggingAsync(EnableLoggingRequest request, AsyncHandler<EnableLoggingRequest, EnableLoggingResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type EnableLoggingRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest request, AsyncHandler<EnableLoggingRequest, EnableLoggingResult> asyncHandler) AmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest, AsyncHandler<EnableLoggingRequest, EnableLoggingResult> asyncHandler) Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.AmazonRedshiftAsyncClient.enableLoggingAsync(EnableLoggingRequest request, AsyncHandler<EnableLoggingRequest, EnableLoggingResult> asyncHandler) -
Uses of EnableLoggingRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EnableLoggingRequestModifier and TypeMethodDescriptionEnableLoggingRequest.clone()EnableLoggingRequest.withBucketName(String bucketName) The name of an existing S3 bucket where the log files are to be stored.EnableLoggingRequest.withClusterIdentifier(String clusterIdentifier) The identifier of the cluster on which logging is to be started.EnableLoggingRequest.withS3KeyPrefix(String s3KeyPrefix) The prefix applied to the log file names.