| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationSummary |
OrganizationSummary.clone() |
OrganizationSummary |
OrganizationSummary.withAlias(String alias)
The alias associated with the organization.
|
OrganizationSummary |
OrganizationSummary.withDefaultMailDomain(String defaultMailDomain)
The default email domain associated with the organization.
|
OrganizationSummary |
OrganizationSummary.withErrorMessage(String errorMessage)
The error message associated with the organization.
|
OrganizationSummary |
OrganizationSummary.withOrganizationId(String organizationId)
The identifier associated with the organization.
|
OrganizationSummary |
OrganizationSummary.withState(String state)
The state associated with the organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationSummary> |
ListOrganizationsResult.getOrganizationSummaries()
The overview of owned organizations presented as a list of organization summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationsResult |
ListOrganizationsResult.withOrganizationSummaries(OrganizationSummary... organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrganizationsResult.setOrganizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
ListOrganizationsResult |
ListOrganizationsResult.withOrganizationSummaries(Collection<OrganizationSummary> organizationSummaries)
The overview of owned organizations presented as a list of organization summaries.
|
Copyright © 2023. All rights reserved.