| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
FailedItem |
FailedItem.clone() |
FailedItem |
FailedItem.withReason(FailedItemReason reason)
The reason the resource's association could not be updated.
|
FailedItem |
FailedItem.withReason(String reason)
The reason the resource's association could not be updated.
|
FailedItem |
FailedItem.withURI(String uRI)
The univeral resource indicator (URI) of the resource that failed.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedItem> |
BatchAssociateResourceResult.getFailedItems()
The resources that failed to associate to the resource set.
|
List<FailedItem> |
BatchDisassociateResourceResult.getFailedItems()
The resources that failed to disassociate from the resource set.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateResourceResult |
BatchAssociateResourceResult.withFailedItems(FailedItem... failedItems)
The resources that failed to associate to the resource set.
|
BatchDisassociateResourceResult |
BatchDisassociateResourceResult.withFailedItems(FailedItem... failedItems)
The resources that failed to disassociate from the resource set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAssociateResourceResult.setFailedItems(Collection<FailedItem> failedItems)
The resources that failed to associate to the resource set.
|
void |
BatchDisassociateResourceResult.setFailedItems(Collection<FailedItem> failedItems)
The resources that failed to disassociate from the resource set.
|
BatchAssociateResourceResult |
BatchAssociateResourceResult.withFailedItems(Collection<FailedItem> failedItems)
The resources that failed to associate to the resource set.
|
BatchDisassociateResourceResult |
BatchDisassociateResourceResult.withFailedItems(Collection<FailedItem> failedItems)
The resources that failed to disassociate from the resource set.
|
Copyright © 2024. All rights reserved.