Uses of Class
com.amazonaws.services.redshift.model.DisableLoggingResult
-
Packages that use DisableLoggingResult Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DisableLoggingResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DisableLoggingResult Modifier and Type Method Description DisableLoggingResultAbstractAmazonRedshift. disableLogging(DisableLoggingRequest request)DisableLoggingResultAmazonRedshift. disableLogging(DisableLoggingRequest disableLoggingRequest)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.DisableLoggingResultAmazonRedshiftClient. disableLogging(DisableLoggingRequest disableLoggingRequest)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.Methods in com.amazonaws.services.redshift that return types with arguments of type DisableLoggingResult Modifier and Type Method Description Future<DisableLoggingResult>AbstractAmazonRedshiftAsync. disableLoggingAsync(DisableLoggingRequest request)Future<DisableLoggingResult>AbstractAmazonRedshiftAsync. disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest,DisableLoggingResult> asyncHandler)Future<DisableLoggingResult>AmazonRedshiftAsync. disableLoggingAsync(DisableLoggingRequest disableLoggingRequest)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.Future<DisableLoggingResult>AmazonRedshiftAsync. disableLoggingAsync(DisableLoggingRequest disableLoggingRequest, AsyncHandler<DisableLoggingRequest,DisableLoggingResult> asyncHandler)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.Future<DisableLoggingResult>AmazonRedshiftAsyncClient. disableLoggingAsync(DisableLoggingRequest request)Future<DisableLoggingResult>AmazonRedshiftAsyncClient. disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest,DisableLoggingResult> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type DisableLoggingResult Modifier and Type Method Description Future<DisableLoggingResult>AbstractAmazonRedshiftAsync. disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest,DisableLoggingResult> asyncHandler)Future<DisableLoggingResult>AmazonRedshiftAsync. disableLoggingAsync(DisableLoggingRequest disableLoggingRequest, AsyncHandler<DisableLoggingRequest,DisableLoggingResult> asyncHandler)Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.Future<DisableLoggingResult>AmazonRedshiftAsyncClient. disableLoggingAsync(DisableLoggingRequest request, AsyncHandler<DisableLoggingRequest,DisableLoggingResult> asyncHandler) -
Uses of DisableLoggingResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DisableLoggingResult Modifier and Type Method Description DisableLoggingResultDisableLoggingResult. clone()DisableLoggingResultDisableLoggingResult. withBucketName(String bucketName)The name of the S3 bucket where the log files are stored.DisableLoggingResultDisableLoggingResult. withLastFailureMessage(String lastFailureMessage)The message indicating that logs failed to be delivered.DisableLoggingResultDisableLoggingResult. withLastFailureTime(Date lastFailureTime)The last time when logs failed to be delivered.DisableLoggingResultDisableLoggingResult. withLastSuccessfulDeliveryTime(Date lastSuccessfulDeliveryTime)The last time that logs were delivered.DisableLoggingResultDisableLoggingResult. withLoggingEnabled(Boolean loggingEnabled)trueif logging is on,falseif logging is off.DisableLoggingResultDisableLoggingResult. withS3KeyPrefix(String s3KeyPrefix)The prefix applied to the log file names.
-