Uses of Class
software.amazon.awssdk.services.elasticache.model.ModifyUserGroupResponse
-
Packages that use ModifyUserGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ModifyUserGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return ModifyUserGroupResponse Modifier and Type Method Description default ModifyUserGroupResponse
ElastiCacheClient. modifyUserGroup(Consumer<ModifyUserGroupRequest.Builder> modifyUserGroupRequest)
Changes the list of users that belong to the user group.default ModifyUserGroupResponse
ElastiCacheClient. modifyUserGroup(ModifyUserGroupRequest modifyUserGroupRequest)
Changes the list of users that belong to the user group.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type ModifyUserGroupResponse Modifier and Type Method Description default CompletableFuture<ModifyUserGroupResponse>
ElastiCacheAsyncClient. modifyUserGroup(Consumer<ModifyUserGroupRequest.Builder> modifyUserGroupRequest)
Changes the list of users that belong to the user group.default CompletableFuture<ModifyUserGroupResponse>
ElastiCacheAsyncClient. modifyUserGroup(ModifyUserGroupRequest modifyUserGroupRequest)
Changes the list of users that belong to the user group.
-