Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRdsPendingCloudWatchLogsExports.Builder
-
Packages that use AwsRdsPendingCloudWatchLogsExports.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsPendingCloudWatchLogsExports.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRdsPendingCloudWatchLogsExports.Builder Modifier and Type Method Description static AwsRdsPendingCloudWatchLogsExports.BuilderAwsRdsPendingCloudWatchLogsExports. builder()AwsRdsPendingCloudWatchLogsExports.BuilderAwsRdsPendingCloudWatchLogsExports.Builder. logTypesToDisable(String... logTypesToDisable)A list of log types that are being disabled.AwsRdsPendingCloudWatchLogsExports.BuilderAwsRdsPendingCloudWatchLogsExports.Builder. logTypesToDisable(Collection<String> logTypesToDisable)A list of log types that are being disabled.AwsRdsPendingCloudWatchLogsExports.BuilderAwsRdsPendingCloudWatchLogsExports.Builder. logTypesToEnable(String... logTypesToEnable)A list of log types that are being enabled.AwsRdsPendingCloudWatchLogsExports.BuilderAwsRdsPendingCloudWatchLogsExports.Builder. logTypesToEnable(Collection<String> logTypesToEnable)A list of log types that are being enabled.AwsRdsPendingCloudWatchLogsExports.BuilderAwsRdsPendingCloudWatchLogsExports. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsPendingCloudWatchLogsExports.Builder Modifier and Type Method Description static Class<? extends AwsRdsPendingCloudWatchLogsExports.Builder>AwsRdsPendingCloudWatchLogsExports. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsPendingCloudWatchLogsExports.Builder Modifier and Type Method Description default AwsRdsDbPendingModifiedValues.BuilderAwsRdsDbPendingModifiedValues.Builder. pendingCloudWatchLogsExports(Consumer<AwsRdsPendingCloudWatchLogsExports.Builder> pendingCloudWatchLogsExports)A list of log types that are being enabled or disabled.
-