Uses of Interface
software.amazon.awssdk.services.rds.model.PendingCloudwatchLogsExports.Builder
-
Packages that use PendingCloudwatchLogsExports.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of PendingCloudwatchLogsExports.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return PendingCloudwatchLogsExports.Builder Modifier and Type Method Description static PendingCloudwatchLogsExports.BuilderPendingCloudwatchLogsExports. builder()PendingCloudwatchLogsExports.BuilderPendingCloudwatchLogsExports.Builder. logTypesToDisable(String... logTypesToDisable)Log types that are in the process of being enabled.PendingCloudwatchLogsExports.BuilderPendingCloudwatchLogsExports.Builder. logTypesToDisable(Collection<String> logTypesToDisable)Log types that are in the process of being enabled.PendingCloudwatchLogsExports.BuilderPendingCloudwatchLogsExports.Builder. logTypesToEnable(String... logTypesToEnable)Log types that are in the process of being deactivated.PendingCloudwatchLogsExports.BuilderPendingCloudwatchLogsExports.Builder. logTypesToEnable(Collection<String> logTypesToEnable)Log types that are in the process of being deactivated.PendingCloudwatchLogsExports.BuilderPendingCloudwatchLogsExports. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type PendingCloudwatchLogsExports.Builder Modifier and Type Method Description static Class<? extends PendingCloudwatchLogsExports.Builder>PendingCloudwatchLogsExports. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type PendingCloudwatchLogsExports.Builder Modifier and Type Method Description default ClusterPendingModifiedValues.BuilderClusterPendingModifiedValues.Builder. pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)Sets the value of the PendingCloudwatchLogsExports property for this object.default PendingModifiedValues.BuilderPendingModifiedValues.Builder. pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)Sets the value of the PendingCloudwatchLogsExports property for this object.
-