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