Uses of Class
software.amazon.awssdk.services.iam.model.ListGroupsForUserResponse
-
Packages that use ListGroupsForUserResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListGroupsForUserResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListGroupsForUserResponse Modifier and Type Method Description default ListGroupsForUserResponseIamClient. listGroupsForUser(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.default ListGroupsForUserResponseIamClient. listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListGroupsForUserResponse Modifier and Type Method Description default CompletableFuture<ListGroupsForUserResponse>IamAsyncClient. listGroupsForUser(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.default CompletableFuture<ListGroupsForUserResponse>IamAsyncClient. listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to. -
Uses of ListGroupsForUserResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListGroupsForUserResponse Modifier and Type Method Description Iterator<ListGroupsForUserResponse>ListGroupsForUserIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListGroupsForUserResponse Modifier and Type Method Description voidListGroupsForUserPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsForUserResponse> subscriber)
-