Uses of Class
software.amazon.awssdk.services.elasticache.model.PendingLogDeliveryConfiguration
-
Packages that use PendingLogDeliveryConfiguration Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of PendingLogDeliveryConfiguration in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type PendingLogDeliveryConfiguration Modifier and Type Method Description List<PendingLogDeliveryConfiguration>
PendingModifiedValues. logDeliveryConfigurations()
The log delivery configurations being modifiedList<PendingLogDeliveryConfiguration>
ReplicationGroupPendingModifiedValues. logDeliveryConfigurations()
The log delivery configurations being modifiedMethods in software.amazon.awssdk.services.elasticache.model with parameters of type PendingLogDeliveryConfiguration Modifier and Type Method Description PendingModifiedValues.Builder
PendingModifiedValues.Builder. logDeliveryConfigurations(PendingLogDeliveryConfiguration... logDeliveryConfigurations)
The log delivery configurations being modifiedReplicationGroupPendingModifiedValues.Builder
ReplicationGroupPendingModifiedValues.Builder. logDeliveryConfigurations(PendingLogDeliveryConfiguration... logDeliveryConfigurations)
The log delivery configurations being modifiedMethod parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type PendingLogDeliveryConfiguration Modifier and Type Method Description PendingModifiedValues.Builder
PendingModifiedValues.Builder. logDeliveryConfigurations(Collection<PendingLogDeliveryConfiguration> logDeliveryConfigurations)
The log delivery configurations being modifiedReplicationGroupPendingModifiedValues.Builder
ReplicationGroupPendingModifiedValues.Builder. logDeliveryConfigurations(Collection<PendingLogDeliveryConfiguration> logDeliveryConfigurations)
The log delivery configurations being modified
-