Uses of Class
software.amazon.awssdk.services.apprunner.model.DeleteConnectionRequest
-
Packages that use DeleteConnectionRequest Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.transform -
-
Uses of DeleteConnectionRequest in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner with parameters of type DeleteConnectionRequest Modifier and Type Method Description default CompletableFuture<DeleteConnectionResponse>AppRunnerAsyncClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Delete an App Runner connection.default DeleteConnectionResponseAppRunnerClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Delete an App Runner connection. -
Uses of DeleteConnectionRequest in software.amazon.awssdk.services.apprunner.transform
Methods in software.amazon.awssdk.services.apprunner.transform with parameters of type DeleteConnectionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteConnectionRequestMarshaller. marshall(DeleteConnectionRequest deleteConnectionRequest)
-