Uses of Class
software.amazon.awssdk.services.networkmanager.model.Connection
-
Packages that use Connection Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of Connection in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Connection Modifier and Type Method Description ConnectionCreateConnectionResponse. connection()Information about the connection.ConnectionDeleteConnectionResponse. connection()Information about the connection.ConnectionUpdateConnectionResponse. connection()Information about the connection.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type Connection Modifier and Type Method Description List<Connection>GetConnectionsResponse. connections()Information about the connections.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Connection Modifier and Type Method Description CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. connection(Connection connection)Information about the connection.DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. connection(Connection connection)Information about the connection.UpdateConnectionResponse.BuilderUpdateConnectionResponse.Builder. connection(Connection connection)Information about the connection.GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connections(Connection... connections)Information about the connections.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type Connection Modifier and Type Method Description GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connections(Collection<Connection> connections)Information about the connections. -
Uses of Connection in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type Connection Modifier and Type Method Description SdkIterable<Connection>GetConnectionsIterable. connections()Returns an iterable to iterate through the paginatedGetConnectionsResponse.connections()member.SdkPublisher<Connection>GetConnectionsPublisher. connections()Returns a publisher that can be used to get a stream of data.
-