Uses of Class
software.amazon.awssdk.services.apprunner.model.Connection
-
Packages that use Connection Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of Connection in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return Connection Modifier and Type Method Description ConnectionCreateConnectionResponse. connection()A description of the App Runner connection that's created by this request.ConnectionDeleteConnectionResponse. connection()A description of the App Runner connection that this request just deleted.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type Connection Modifier and Type Method Description CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. connection(Connection connection)A description of the App Runner connection that's created by this request.DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. connection(Connection connection)A description of the App Runner connection that this request just deleted.
-