Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeServiceUpdatesResponse
-
Packages that use DescribeServiceUpdatesResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeServiceUpdatesResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeServiceUpdatesResponse Modifier and Type Method Description default DescribeServiceUpdatesResponseElastiCacheClient. describeServiceUpdates(Consumer<DescribeServiceUpdatesRequest.Builder> describeServiceUpdatesRequest)Returns details of the service updatesdefault DescribeServiceUpdatesResponseElastiCacheClient. describeServiceUpdates(DescribeServiceUpdatesRequest describeServiceUpdatesRequest)Returns details of the service updatesMethods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeServiceUpdatesResponse Modifier and Type Method Description default CompletableFuture<DescribeServiceUpdatesResponse>ElastiCacheAsyncClient. describeServiceUpdates(Consumer<DescribeServiceUpdatesRequest.Builder> describeServiceUpdatesRequest)Returns details of the service updatesdefault CompletableFuture<DescribeServiceUpdatesResponse>ElastiCacheAsyncClient. describeServiceUpdates(DescribeServiceUpdatesRequest describeServiceUpdatesRequest)Returns details of the service updates -
Uses of DescribeServiceUpdatesResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeServiceUpdatesResponse Modifier and Type Method Description Iterator<DescribeServiceUpdatesResponse>DescribeServiceUpdatesIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeServiceUpdatesResponse Modifier and Type Method Description voidDescribeServiceUpdatesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeServiceUpdatesResponse> subscriber)
-