Uses of Class
software.amazon.awssdk.services.workmail.model.OrganizationSummary
-
Packages that use OrganizationSummary Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of OrganizationSummary in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type OrganizationSummary Modifier and Type Method Description List<OrganizationSummary>ListOrganizationsResponse. organizationSummaries()The overview of owned organizations presented as a list of organization summaries.Methods in software.amazon.awssdk.services.workmail.model with parameters of type OrganizationSummary Modifier and Type Method Description ListOrganizationsResponse.BuilderListOrganizationsResponse.Builder. organizationSummaries(OrganizationSummary... organizationSummaries)The overview of owned organizations presented as a list of organization summaries.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type OrganizationSummary Modifier and Type Method Description ListOrganizationsResponse.BuilderListOrganizationsResponse.Builder. organizationSummaries(Collection<OrganizationSummary> organizationSummaries)The overview of owned organizations presented as a list of organization summaries.
-