Uses of Class
software.amazon.awssdk.services.codeconnections.model.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of CreateConnectionResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return CreateConnectionResponse Modifier and Type Method Description default CreateConnectionResponseCodeConnectionsClient. createConnection(Consumer<CreateConnectionRequest.Builder> 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.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>CodeConnectionsAsyncClient. createConnection(Consumer<CreateConnectionRequest.Builder> 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 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.
-