Learn R Programming

paws.end.user.computing (version 0.9.0)

workmail_list_availability_configurations: List all the AvailabilityConfiguration's for the given WorkMail organization

Description

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.

Usage

workmail_list_availability_configurations(
  OrganizationId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

OrganizationId

[required] The WorkMail organization for which the AvailabilityConfiguration's will be listed.

MaxResults

The maximum number of results to return in a single call.

NextToken

The token to use to retrieve the next page of results. The first call does not require a token.