Uses of Class
software.amazon.awssdk.services.iam.model.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseIamClient. listGroups()Lists the IAM groups that have the specified path prefix.default ListGroupsResponseIamClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists the IAM groups that have the specified path prefix.default ListGroupsResponseIamClient. listGroups(ListGroupsRequest listGroupsRequest)Lists the IAM groups that have the specified path prefix.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>IamAsyncClient. listGroups()Lists the IAM groups that have the specified path prefix.default CompletableFuture<ListGroupsResponse>IamAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists the IAM groups that have the specified path prefix.default CompletableFuture<ListGroupsResponse>IamAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Lists the IAM groups that have the specified path prefix. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-