Uses of Class
software.amazon.awssdk.services.elasticache.model.UpdateAction
-
Packages that use UpdateAction Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of UpdateAction in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type UpdateAction Modifier and Type Method Description List<UpdateAction>DescribeUpdateActionsResponse. updateActions()Returns a list of update actionsMethods in software.amazon.awssdk.services.elasticache.model with parameters of type UpdateAction Modifier and Type Method Description DescribeUpdateActionsResponse.BuilderDescribeUpdateActionsResponse.Builder. updateActions(UpdateAction... updateActions)Returns a list of update actionsMethod parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type UpdateAction Modifier and Type Method Description DescribeUpdateActionsResponse.BuilderDescribeUpdateActionsResponse.Builder. updateActions(Collection<UpdateAction> updateActions)Returns a list of update actions -
Uses of UpdateAction in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type UpdateAction Modifier and Type Method Description SdkIterable<UpdateAction>DescribeUpdateActionsIterable. updateActions()Returns an iterable to iterate through the paginatedDescribeUpdateActionsResponse.updateActions()member.SdkPublisher<UpdateAction>DescribeUpdateActionsPublisher. updateActions()Returns a publisher that can be used to get a stream of data.
-