Uses of Class
software.amazon.awssdk.services.apprunner.model.CreateConnectionRequest
-
Packages that use CreateConnectionRequest Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.transform -
-
Uses of CreateConnectionRequest in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner with parameters of type CreateConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>AppRunnerAsyncClient. createConnection(CreateConnectionRequest createConnectionRequest)Create an App Runner connection resource.default CreateConnectionResponseAppRunnerClient. createConnection(CreateConnectionRequest createConnectionRequest)Create an App Runner connection resource. -
Uses of CreateConnectionRequest in software.amazon.awssdk.services.apprunner.transform
Methods in software.amazon.awssdk.services.apprunner.transform with parameters of type CreateConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateConnectionRequestMarshaller. marshall(CreateConnectionRequest createConnectionRequest)
-