Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetConnectionsResponse.Builder
-
Packages that use GetConnectionsResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of GetConnectionsResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetConnectionsResponse.Builder Modifier and Type Method Description static GetConnectionsResponse.BuilderGetConnectionsResponse. builder()GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connections(Collection<Connection> connections)Information about the connections.GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connections(Consumer<Connection.Builder>... connections)Information about the connections.GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connections(Connection... connections)Information about the connections.GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. nextToken(String nextToken)The token to use for the next page of results.GetConnectionsResponse.BuilderGetConnectionsResponse. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetConnectionsResponse.Builder Modifier and Type Method Description static Class<? extends GetConnectionsResponse.Builder>GetConnectionsResponse. serializableBuilderClass()
-