Uses of Class
software.amazon.awssdk.services.health.model.EventDetails
-
Packages that use EventDetails Package Description software.amazon.awssdk.services.health.model -
-
Uses of EventDetails in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EventDetails Modifier and Type Method Description List<EventDetails>DescribeEventDetailsResponse. successfulSet()Information about the events that could be retrieved.Methods in software.amazon.awssdk.services.health.model with parameters of type EventDetails Modifier and Type Method Description DescribeEventDetailsResponse.BuilderDescribeEventDetailsResponse.Builder. successfulSet(EventDetails... successfulSet)Information about the events that could be retrieved.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type EventDetails Modifier and Type Method Description DescribeEventDetailsResponse.BuilderDescribeEventDetailsResponse.Builder. successfulSet(Collection<EventDetails> successfulSet)Information about the events that could be retrieved.
-