Uses of Class
software.amazon.awssdk.services.cloudformation.model.OperationEvent
-
Packages that use OperationEvent Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
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 OperationEvent Modifier and Type Method Description 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 OperationEvent Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.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 OperationEvent Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.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 OperationEvent Modifier and Type Method Description SdkIterable<OperationEvent>DescribeEventsIterable. operationEvents()Returns an iterable to iterate through the paginatedDescribeEventsResponse.operationEvents()member.SdkPublisher<OperationEvent>DescribeEventsPublisher. operationEvents()Returns a publisher that can be used to get a stream of data.
-