Uses of Class
software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
-
Packages that use PendingModifiedServiceUpdate Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of PendingModifiedServiceUpdate in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type PendingModifiedServiceUpdate Modifier and Type Method Description List<PendingModifiedServiceUpdate>ClusterPendingUpdates. serviceUpdates()A list of service updates being applied to the clusterMethods in software.amazon.awssdk.services.memorydb.model with parameters of type PendingModifiedServiceUpdate Modifier and Type Method Description ClusterPendingUpdates.BuilderClusterPendingUpdates.Builder. serviceUpdates(PendingModifiedServiceUpdate... serviceUpdates)A list of service updates being applied to the clusterMethod parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type PendingModifiedServiceUpdate Modifier and Type Method Description ClusterPendingUpdates.BuilderClusterPendingUpdates.Builder. serviceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates)A list of service updates being applied to the cluster
-