Uses of Interface
software.amazon.awssdk.services.workmail.model.ListOrganizationsRequest.Builder
-
Packages that use ListOrganizationsRequest.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 ListOrganizationsRequest.Builder in software.amazon.awssdk.services.workmail
-
Uses of ListOrganizationsRequest.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return ListOrganizationsRequest.Builder Modifier and Type Method Description static ListOrganizationsRequest.BuilderListOrganizationsRequest. builder()ListOrganizationsRequest.BuilderListOrganizationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListOrganizationsRequest.BuilderListOrganizationsRequest.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.ListOrganizationsRequest.BuilderListOrganizationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOrganizationsRequest.BuilderListOrganizationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOrganizationsRequest.BuilderListOrganizationsRequest. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ListOrganizationsRequest.Builder Modifier and Type Method Description static Class<? extends ListOrganizationsRequest.Builder>ListOrganizationsRequest. serializableBuilderClass()
-