Uses of Class
software.amazon.awssdk.services.apprunner.model.ConnectionSummary
-
Packages that use ConnectionSummary Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of ConnectionSummary in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type ConnectionSummary Modifier and Type Method Description List<ConnectionSummary>ListConnectionsResponse. connectionSummaryList()A list of summary information records for connections.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type ConnectionSummary Modifier and Type Method Description ListConnectionsResponse.BuilderListConnectionsResponse.Builder. connectionSummaryList(ConnectionSummary... connectionSummaryList)A list of summary information records for connections.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type ConnectionSummary Modifier and Type Method Description ListConnectionsResponse.BuilderListConnectionsResponse.Builder. connectionSummaryList(Collection<ConnectionSummary> connectionSummaryList)A list of summary information records for connections.
-