| Package | Description |
|---|---|
| com.amazonaws.services.workmail |
WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile
email clients.
|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupResult |
AmazonWorkMailClient.describeGroup(DescribeGroupRequest request)
Returns the data available for the group.
|
DescribeGroupResult |
AbstractAmazonWorkMail.describeGroup(DescribeGroupRequest request) |
DescribeGroupResult |
AmazonWorkMail.describeGroup(DescribeGroupRequest describeGroupRequest)
Returns the data available for the group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGroupResult> |
AmazonWorkMailAsyncClient.describeGroupAsync(DescribeGroupRequest request,
AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler) |
Future<DescribeGroupResult> |
AbstractAmazonWorkMailAsync.describeGroupAsync(DescribeGroupRequest request,
AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler) |
Future<DescribeGroupResult> |
AmazonWorkMailAsync.describeGroupAsync(DescribeGroupRequest describeGroupRequest,
AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler)
Returns the data available for the group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupResult |
DescribeGroupResult.clone() |
DescribeGroupResult |
DescribeGroupResult.withDisabledDate(Date disabledDate)
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
|
DescribeGroupResult |
DescribeGroupResult.withEmail(String email)
The email of the described group.
|
DescribeGroupResult |
DescribeGroupResult.withEnabledDate(Date enabledDate)
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
|
DescribeGroupResult |
DescribeGroupResult.withGroupId(String groupId)
The identifier of the described group.
|
DescribeGroupResult |
DescribeGroupResult.withHiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If the value is set to true, the group is hidden from the address book.
|
DescribeGroupResult |
DescribeGroupResult.withName(String name)
The name of the described group.
|
DescribeGroupResult |
DescribeGroupResult.withState(EntityState state)
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to
WorkMail).
|
DescribeGroupResult |
DescribeGroupResult.withState(String state)
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to
WorkMail).
|
Copyright © 2024. All rights reserved.