Uses of Class
software.amazon.awssdk.services.eventbridge.model.Connection
Packages that use Connection
-
Uses of Connection in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ConnectionModifier and TypeMethodDescriptionfinal List<Connection>ListConnectionsResponse.connections()An array of connections objects that include details about the connections.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectionModifier and TypeMethodDescriptionListConnectionsResponse.Builder.connections(Connection... connections) An array of connections objects that include details about the connections.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type ConnectionModifier and TypeMethodDescriptionListConnectionsResponse.Builder.connections(Collection<Connection> connections) An array of connections objects that include details about the connections.