Uses of Class
software.amazon.awssdk.services.fms.model.FailedItem
-
Packages that use FailedItem Package Description software.amazon.awssdk.services.fms.model -
-
Uses of FailedItem in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type FailedItem Modifier and Type Method Description List<FailedItem>BatchAssociateResourceResponse. failedItems()The resources that failed to associate to the resource set.List<FailedItem>BatchDisassociateResourceResponse. failedItems()The resources that failed to disassociate from the resource set.Methods in software.amazon.awssdk.services.fms.model with parameters of type FailedItem Modifier and Type Method Description BatchAssociateResourceResponse.BuilderBatchAssociateResourceResponse.Builder. failedItems(FailedItem... failedItems)The resources that failed to associate to the resource set.BatchDisassociateResourceResponse.BuilderBatchDisassociateResourceResponse.Builder. failedItems(FailedItem... failedItems)The resources that failed to disassociate from the resource set.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type FailedItem Modifier and Type Method Description BatchAssociateResourceResponse.BuilderBatchAssociateResourceResponse.Builder. failedItems(Collection<FailedItem> failedItems)The resources that failed to associate to the resource set.BatchDisassociateResourceResponse.BuilderBatchDisassociateResourceResponse.Builder. failedItems(Collection<FailedItem> failedItems)The resources that failed to disassociate from the resource set.
-