Uses of Class
software.amazon.awssdk.services.health.model.OrganizationEventDetailsErrorItem
-
Packages that use OrganizationEventDetailsErrorItem Package Description software.amazon.awssdk.services.health.model -
-
Uses of OrganizationEventDetailsErrorItem in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type OrganizationEventDetailsErrorItem Modifier and Type Method Description List<OrganizationEventDetailsErrorItem>DescribeEventDetailsForOrganizationResponse. failedSet()Error messages for any events that could not be retrieved.Methods in software.amazon.awssdk.services.health.model with parameters of type OrganizationEventDetailsErrorItem Modifier and Type Method Description DescribeEventDetailsForOrganizationResponse.BuilderDescribeEventDetailsForOrganizationResponse.Builder. failedSet(OrganizationEventDetailsErrorItem... failedSet)Error messages for any events that could not be retrieved.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type OrganizationEventDetailsErrorItem Modifier and Type Method Description DescribeEventDetailsForOrganizationResponse.BuilderDescribeEventDetailsForOrganizationResponse.Builder. failedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)Error messages for any events that could not be retrieved.
-