Uses of Interface
software.amazon.awssdk.services.workmail.model.ListGroupsForEntityRequest.Builder
-
Packages that use ListGroupsForEntityRequest.Builder Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients.software.amazon.awssdk.services.workmail.model -
-
Uses of ListGroupsForEntityRequest.Builder in software.amazon.awssdk.services.workmail
Method parameters in software.amazon.awssdk.services.workmail with type arguments of type ListGroupsForEntityRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGroupsForEntityResponse>WorkMailAsyncClient. listGroupsForEntity(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)Returns all the groups to which an entity belongs.default ListGroupsForEntityResponseWorkMailClient. listGroupsForEntity(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)Returns all the groups to which an entity belongs.default ListGroupsForEntityPublisherWorkMailAsyncClient. listGroupsForEntityPaginator(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)Returns all the groups to which an entity belongs.default ListGroupsForEntityIterableWorkMailClient. listGroupsForEntityPaginator(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)Returns all the groups to which an entity belongs. -
Uses of ListGroupsForEntityRequest.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return ListGroupsForEntityRequest.Builder Modifier and Type Method Description static ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest. builder()ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. entityId(String entityId)The identifier for the entity.default ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. filters(Consumer<ListGroupsForEntityFilters.Builder> filters)Limit the search results based on the filter criteria.ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. filters(ListGroupsForEntityFilters filters)Limit the search results based on the filter criteria.ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. organizationId(String organizationId)The identifier for the organization under which the entity exists.ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsForEntityRequest.BuilderListGroupsForEntityRequest. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ListGroupsForEntityRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsForEntityRequest.Builder>ListGroupsForEntityRequest. serializableBuilderClass()
-