Uses of Class
software.amazon.awssdk.services.health.model.OrganizationEvent
-
Packages that use OrganizationEvent Package Description software.amazon.awssdk.services.health.model software.amazon.awssdk.services.health.paginators -
-
Uses of OrganizationEvent in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type OrganizationEvent Modifier and Type Method Description List<OrganizationEvent>DescribeEventsForOrganizationResponse. events()The events that match the specified filter criteria.Methods in software.amazon.awssdk.services.health.model with parameters of type OrganizationEvent Modifier and Type Method Description DescribeEventsForOrganizationResponse.BuilderDescribeEventsForOrganizationResponse.Builder. events(OrganizationEvent... events)The events that match the specified filter criteria.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type OrganizationEvent Modifier and Type Method Description DescribeEventsForOrganizationResponse.BuilderDescribeEventsForOrganizationResponse.Builder. events(Collection<OrganizationEvent> events)The events that match the specified filter criteria. -
Uses of OrganizationEvent in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.paginators that return types with arguments of type OrganizationEvent Modifier and Type Method Description SdkIterable<OrganizationEvent>DescribeEventsForOrganizationIterable. events()Returns an iterable to iterate through the paginatedDescribeEventsForOrganizationResponse.events()member.SdkPublisher<OrganizationEvent>DescribeEventsForOrganizationPublisher. events()Returns a publisher that can be used to get a stream of data.
-