Uses of Class
software.amazon.awssdk.services.elasticache.model.ServiceUpdate
-
Packages that use ServiceUpdate Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of ServiceUpdate in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ServiceUpdate Modifier and Type Method Description List<ServiceUpdate>DescribeServiceUpdatesResponse. serviceUpdates()A list of service updatesMethods in software.amazon.awssdk.services.elasticache.model with parameters of type ServiceUpdate Modifier and Type Method Description DescribeServiceUpdatesResponse.BuilderDescribeServiceUpdatesResponse.Builder. serviceUpdates(ServiceUpdate... serviceUpdates)A list of service updatesMethod parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ServiceUpdate Modifier and Type Method Description DescribeServiceUpdatesResponse.BuilderDescribeServiceUpdatesResponse.Builder. serviceUpdates(Collection<ServiceUpdate> serviceUpdates)A list of service updates -
Uses of ServiceUpdate in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type ServiceUpdate Modifier and Type Method Description SdkIterable<ServiceUpdate>DescribeServiceUpdatesIterable. serviceUpdates()Returns an iterable to iterate through the paginatedDescribeServiceUpdatesResponse.serviceUpdates()member.SdkPublisher<ServiceUpdate>DescribeServiceUpdatesPublisher. serviceUpdates()Returns a publisher that can be used to get a stream of data.
-