Uses of Class
software.amazon.awssdk.services.opsworkscm.model.ServerEvent
-
Packages that use ServerEvent Package Description software.amazon.awssdk.services.opsworkscm.model software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of ServerEvent in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type ServerEvent Modifier and Type Method Description List<ServerEvent>DescribeEventsResponse. serverEvents()Contains the response to aDescribeEventsrequest.Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type ServerEvent Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. serverEvents(ServerEvent... serverEvents)Contains the response to aDescribeEventsrequest.Method parameters in software.amazon.awssdk.services.opsworkscm.model with type arguments of type ServerEvent Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. serverEvents(Collection<ServerEvent> serverEvents)Contains the response to aDescribeEventsrequest. -
Uses of ServerEvent in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type ServerEvent Modifier and Type Method Description SdkIterable<ServerEvent>DescribeEventsIterable. serverEvents()Returns an iterable to iterate through the paginatedDescribeEventsResponse.serverEvents()member.SdkPublisher<ServerEvent>DescribeEventsPublisher. serverEvents()Returns a publisher that can be used to get a stream of data.
-