Uses of Class
software.amazon.awssdk.services.resourcegroups.model.FailedResource
-
Packages that use FailedResource Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of FailedResource in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type FailedResource Modifier and Type Method Description List<FailedResource>GroupResourcesResponse. failed()A list of ARNs of any resources that this operation failed to add to the group.List<FailedResource>UngroupResourcesResponse. failed()A list of any resources that failed to be removed from the group by this operation.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type FailedResource Modifier and Type Method Description GroupResourcesResponse.BuilderGroupResourcesResponse.Builder. failed(FailedResource... failed)A list of ARNs of any resources that this operation failed to add to the group.UngroupResourcesResponse.BuilderUngroupResourcesResponse.Builder. failed(FailedResource... failed)A list of any resources that failed to be removed from the group by this operation.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type FailedResource Modifier and Type Method Description GroupResourcesResponse.BuilderGroupResourcesResponse.Builder. failed(Collection<FailedResource> failed)A list of ARNs of any resources that this operation failed to add to the group.UngroupResourcesResponse.BuilderUngroupResourcesResponse.Builder. failed(Collection<FailedResource> failed)A list of any resources that failed to be removed from the group by this operation.
-