| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withDisabledDate(Date disabledDate)
The date indicating when the resource was disabled from Amazon WorkMail use.
|
Resource |
Resource.withEmail(String email)
The email of the resource.
|
Resource |
Resource.withEnabledDate(Date enabledDate)
The date indicating when the resource was enabled for Amazon WorkMail use.
|
Resource |
Resource.withId(String id)
The identifier of the resource.
|
Resource |
Resource.withName(String name)
The name of the resource.
|
Resource |
Resource.withState(EntityState state)
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
|
Resource |
Resource.withState(String state)
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
|
Resource |
Resource.withType(ResourceType type)
The type of the resource: equipment or room.
|
Resource |
Resource.withType(String type)
The type of the resource: equipment or room.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ListResourcesResult.getResources()
One page of the organization's resource representation.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
ListResourcesResult.withResources(Resource... resources)
One page of the organization's resource representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesResult.setResources(Collection<Resource> resources)
One page of the organization's resource representation.
|
ListResourcesResult |
ListResourcesResult.withResources(Collection<Resource> resources)
One page of the organization's resource representation.
|
Copyright © 2019. All rights reserved.