| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AddonInstance |
AddonInstance.clone() |
AddonInstance |
AddonInstance.withAddonInstanceArn(String addonInstanceArn)
The Amazon Resource Name (ARN) of the Add On instance.
|
AddonInstance |
AddonInstance.withAddonInstanceId(String addonInstanceId)
The unique ID of the Add On instance.
|
AddonInstance |
AddonInstance.withAddonName(String addonName)
The name of the Add On for the instance.
|
AddonInstance |
AddonInstance.withAddonSubscriptionId(String addonSubscriptionId)
The subscription ID for the instance.
|
AddonInstance |
AddonInstance.withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the Add On instance was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddonInstance> |
ListAddonInstancesResult.getAddonInstances()
The list of ingress endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ListAddonInstancesResult |
ListAddonInstancesResult.withAddonInstances(AddonInstance... addonInstances)
The list of ingress endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAddonInstancesResult.setAddonInstances(Collection<AddonInstance> addonInstances)
The list of ingress endpoints.
|
ListAddonInstancesResult |
ListAddonInstancesResult.withAddonInstances(Collection<AddonInstance> addonInstances)
The list of ingress endpoints.
|
Copyright © 2024. All rights reserved.