Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeUserGroupsResponse
-
Packages that use DescribeUserGroupsResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeUserGroupsResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeUserGroupsResponse Modifier and Type Method Description default DescribeUserGroupsResponseElastiCacheClient. describeUserGroups(Consumer<DescribeUserGroupsRequest.Builder> describeUserGroupsRequest)Returns a list of user groups.default DescribeUserGroupsResponseElastiCacheClient. describeUserGroups(DescribeUserGroupsRequest describeUserGroupsRequest)Returns a list of user groups.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeUserGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeUserGroupsResponse>ElastiCacheAsyncClient. describeUserGroups(Consumer<DescribeUserGroupsRequest.Builder> describeUserGroupsRequest)Returns a list of user groups.default CompletableFuture<DescribeUserGroupsResponse>ElastiCacheAsyncClient. describeUserGroups(DescribeUserGroupsRequest describeUserGroupsRequest)Returns a list of user groups. -
Uses of DescribeUserGroupsResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeUserGroupsResponse Modifier and Type Method Description Iterator<DescribeUserGroupsResponse>DescribeUserGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeUserGroupsResponse Modifier and Type Method Description voidDescribeUserGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeUserGroupsResponse> subscriber)
-