Uses of Class
software.amazon.awssdk.services.iam.model.ListGroupsRequest
-
Packages that use ListGroupsRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListGroupsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListGroupsRequest Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>IamAsyncClient. listGroups(ListGroupsRequest 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.default ListGroupsPublisherIamAsyncClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Lists the IAM groups that have the specified path prefix.default ListGroupsIterableIamClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Lists the IAM groups that have the specified path prefix. -
Uses of ListGroupsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListGroupsRequest Constructor Description ListGroupsIterable(IamClient client, ListGroupsRequest firstRequest)ListGroupsPublisher(IamAsyncClient client, ListGroupsRequest firstRequest) -
Uses of ListGroupsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListGroupsRequestMarshaller. marshall(ListGroupsRequest listGroupsRequest)
-