Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeUpdateActionsResponse
-
Packages that use DescribeUpdateActionsResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeUpdateActionsResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeUpdateActionsResponse Modifier and Type Method Description default DescribeUpdateActionsResponseElastiCacheClient. describeUpdateActions(Consumer<DescribeUpdateActionsRequest.Builder> describeUpdateActionsRequest)Returns details of the update actionsdefault DescribeUpdateActionsResponseElastiCacheClient. describeUpdateActions(DescribeUpdateActionsRequest describeUpdateActionsRequest)Returns details of the update actionsMethods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeUpdateActionsResponse Modifier and Type Method Description default CompletableFuture<DescribeUpdateActionsResponse>ElastiCacheAsyncClient. describeUpdateActions(Consumer<DescribeUpdateActionsRequest.Builder> describeUpdateActionsRequest)Returns details of the update actionsdefault CompletableFuture<DescribeUpdateActionsResponse>ElastiCacheAsyncClient. describeUpdateActions(DescribeUpdateActionsRequest describeUpdateActionsRequest)Returns details of the update actions -
Uses of DescribeUpdateActionsResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeUpdateActionsResponse Modifier and Type Method Description Iterator<DescribeUpdateActionsResponse>DescribeUpdateActionsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeUpdateActionsResponse Modifier and Type Method Description voidDescribeUpdateActionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeUpdateActionsResponse> subscriber)
-