Uses of Interface
software.amazon.awssdk.services.iam.model.ListGroupsForUserRequest.Builder
-
Packages that use ListGroupsForUserRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListGroupsForUserRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListGroupsForUserRequest.Builder 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 ListGroupsForUserResponseIamClient. listGroupsForUser(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.default ListGroupsForUserPublisherIamAsyncClient. listGroupsForUserPaginator(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.default ListGroupsForUserIterableIamClient. listGroupsForUserPaginator(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to. -
Uses of ListGroupsForUserRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListGroupsForUserRequest.Builder Modifier and Type Method Description static ListGroupsForUserRequest.BuilderListGroupsForUserRequest. builder()ListGroupsForUserRequest.BuilderListGroupsForUserRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListGroupsForUserRequest.BuilderListGroupsForUserRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListGroupsForUserRequest.BuilderListGroupsForUserRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsForUserRequest.BuilderListGroupsForUserRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsForUserRequest.BuilderListGroupsForUserRequest. toBuilder()ListGroupsForUserRequest.BuilderListGroupsForUserRequest.Builder. userName(String userName)The name of the user to list groups for.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListGroupsForUserRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsForUserRequest.Builder>ListGroupsForUserRequest. serializableBuilderClass()
-