Uses of Class
software.amazon.awssdk.services.codeconnections.model.CreateConnectionRequest
-
Packages that use CreateConnectionRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of CreateConnectionRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type CreateConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>CodeConnectionsAsyncClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories.default CreateConnectionResponseCodeConnectionsClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. -
Uses of CreateConnectionRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type CreateConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateConnectionRequestMarshaller. marshall(CreateConnectionRequest createConnectionRequest)
-