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