Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeLoggingStatusRequest
-
Packages that use DescribeLoggingStatusRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DescribeLoggingStatusRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DescribeLoggingStatusRequest Modifier and Type Method Description default CompletableFuture<DescribeLoggingStatusResponse>RedshiftAsyncClient. describeLoggingStatus(DescribeLoggingStatusRequest describeLoggingStatusRequest)Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.default DescribeLoggingStatusResponseRedshiftClient. describeLoggingStatus(DescribeLoggingStatusRequest describeLoggingStatusRequest)Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster. -
Uses of DescribeLoggingStatusRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DescribeLoggingStatusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeLoggingStatusRequestMarshaller. marshall(DescribeLoggingStatusRequest describeLoggingStatusRequest)
-