Uses of Class
software.amazon.awssdk.services.cloudformation.model.OperationEvent
Packages that use OperationEvent
Package
Description
-
Uses of OperationEvent in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type OperationEventModifier and TypeMethodDescriptionfinal List<OperationEvent>DescribeEventsResponse.operationEvents()A list of operation events that match the specified criteria.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type OperationEventModifier and TypeMethodDescriptionDescribeEventsResponse.Builder.operationEvents(OperationEvent... operationEvents) A list of operation events that match the specified criteria.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type OperationEventModifier and TypeMethodDescriptionDescribeEventsResponse.Builder.operationEvents(Collection<OperationEvent> operationEvents) A list of operation events that match the specified criteria. -
Uses of OperationEvent in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type OperationEventModifier and TypeMethodDescriptionfinal SdkIterable<OperationEvent>DescribeEventsIterable.operationEvents()Returns an iterable to iterate through the paginatedDescribeEventsResponse.operationEvents()member.final SdkPublisher<OperationEvent>DescribeEventsPublisher.operationEvents()Returns a publisher that can be used to get a stream of data.