Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeUsersResponse
-
Packages that use DescribeUsersResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeUsersResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeUsersResponse Modifier and Type Method Description default DescribeUsersResponseElastiCacheClient. describeUsers(Consumer<DescribeUsersRequest.Builder> describeUsersRequest)Returns a list of users.default DescribeUsersResponseElastiCacheClient. describeUsers(DescribeUsersRequest describeUsersRequest)Returns a list of users.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeUsersResponse Modifier and Type Method Description default CompletableFuture<DescribeUsersResponse>ElastiCacheAsyncClient. describeUsers(Consumer<DescribeUsersRequest.Builder> describeUsersRequest)Returns a list of users.default CompletableFuture<DescribeUsersResponse>ElastiCacheAsyncClient. describeUsers(DescribeUsersRequest describeUsersRequest)Returns a list of users. -
Uses of DescribeUsersResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeUsersResponse Modifier and Type Method Description Iterator<DescribeUsersResponse>DescribeUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeUsersResponse Modifier and Type Method Description voidDescribeUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeUsersResponse> subscriber)
-