List all the AvailabilityConfiguration
's for the given WorkMail organization.
See https://www.paws-r-sdk.com/docs/workmail_list_availability_configurations/ for full documentation.
workmail_list_availability_configurations(
OrganizationId,
MaxResults = NULL,
NextToken = NULL
)
[required] The WorkMail organization for which the AvailabilityConfiguration
's
will be listed.
The maximum number of results to return in a single call.
The token to use to retrieve the next page of results. The first call does not require a token.