Uses of Class
software.amazon.awssdk.services.health.model.OrganizationAffectedEntitiesErrorItem
-
Packages that use OrganizationAffectedEntitiesErrorItem Package Description software.amazon.awssdk.services.health.model -
-
Uses of OrganizationAffectedEntitiesErrorItem in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type OrganizationAffectedEntitiesErrorItem Modifier and Type Method Description List<OrganizationAffectedEntitiesErrorItem>DescribeAffectedEntitiesForOrganizationResponse. failedSet()A JSON set of elements of the failed response, including theawsAccountId,errorMessage,errorName, andeventArn.Methods in software.amazon.awssdk.services.health.model with parameters of type OrganizationAffectedEntitiesErrorItem Modifier and Type Method Description DescribeAffectedEntitiesForOrganizationResponse.BuilderDescribeAffectedEntitiesForOrganizationResponse.Builder. failedSet(OrganizationAffectedEntitiesErrorItem... failedSet)A JSON set of elements of the failed response, including theawsAccountId,errorMessage,errorName, andeventArn.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type OrganizationAffectedEntitiesErrorItem Modifier and Type Method Description DescribeAffectedEntitiesForOrganizationResponse.BuilderDescribeAffectedEntitiesForOrganizationResponse.Builder. failedSet(Collection<OrganizationAffectedEntitiesErrorItem> failedSet)A JSON set of elements of the failed response, including theawsAccountId,errorMessage,errorName, andeventArn.
-