Uses of Class
com.amazonaws.services.redshift.model.EnableLoggingRequest

Packages that use EnableLoggingRequest
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of EnableLoggingRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type EnableLoggingRequest
 EnableLoggingResult AmazonRedshiftClient.enableLogging(EnableLoggingRequest enableLoggingRequest)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 EnableLoggingResult AmazonRedshift.enableLogging(EnableLoggingRequest enableLoggingRequest)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 Future<EnableLoggingResult> AmazonRedshiftAsyncClient.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 Future<EnableLoggingResult> AmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 Future<EnableLoggingResult> AmazonRedshiftAsyncClient.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest, AsyncHandler<EnableLoggingRequest,EnableLoggingResult> asyncHandler)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 Future<EnableLoggingResult> AmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest, AsyncHandler<EnableLoggingRequest,EnableLoggingResult> asyncHandler)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type EnableLoggingRequest
 Future<EnableLoggingResult> AmazonRedshiftAsyncClient.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest, AsyncHandler<EnableLoggingRequest,EnableLoggingResult> asyncHandler)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 Future<EnableLoggingResult> AmazonRedshiftAsync.enableLoggingAsync(EnableLoggingRequest enableLoggingRequest, AsyncHandler<EnableLoggingRequest,EnableLoggingResult> asyncHandler)
           Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
 

Uses of EnableLoggingRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return EnableLoggingRequest
 EnableLoggingRequest EnableLoggingRequest.withBucketName(String bucketName)
          The name of an existing S3 bucket where the log files are to be stored.
 EnableLoggingRequest EnableLoggingRequest.withClusterIdentifier(String clusterIdentifier)
          The identifier of the cluster on which logging is to be started.
 EnableLoggingRequest EnableLoggingRequest.withS3KeyPrefix(String s3KeyPrefix)
          The prefix applied to the log file names.
 



Copyright © 2016. All rights reserved.