Uses of Interface
software.amazon.awssdk.services.iam.model.ListGroupsRequest.Builder
-
Packages that use ListGroupsRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>IamAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)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 ListGroupsPublisherIamAsyncClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)This is a variant ofIamAsyncClient.listGroups(software.amazon.awssdk.services.iam.model.ListGroupsRequest)operation.default ListGroupsIterableIamClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)This is a variant ofIamClient.listGroups(software.amazon.awssdk.services.iam.model.ListGroupsRequest)operation. -
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListGroupsRequest.Builder Modifier and Type Method Description static ListGroupsRequest.BuilderListGroupsRequest. builder()ListGroupsRequest.BuilderListGroupsRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListGroupsRequest.BuilderListGroupsRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsRequest.BuilderListGroupsRequest.Builder. pathPrefix(String pathPrefix)The path prefix for filtering the results.ListGroupsRequest.BuilderListGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsRequest.Builder>ListGroupsRequest. serializableBuilderClass()
-