| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Delegate |
Delegate.clone() |
Delegate |
Delegate.withId(String id)
The identifier for the user or group is associated as the resource's delegate.
|
Delegate |
Delegate.withType(MemberType type)
The type of the delegate: user or group.
|
Delegate |
Delegate.withType(String type)
The type of the delegate: user or group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Delegate> |
ListResourceDelegatesResult.getDelegates()
One page of the resource's delegates.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceDelegatesResult |
ListResourceDelegatesResult.withDelegates(Delegate... delegates)
One page of the resource's delegates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceDelegatesResult.setDelegates(Collection<Delegate> delegates)
One page of the resource's delegates.
|
ListResourceDelegatesResult |
ListResourceDelegatesResult.withDelegates(Collection<Delegate> delegates)
One page of the resource's delegates.
|
Copyright © 2019. All rights reserved.