Uses of Class
software.amazon.awssdk.services.codestarconnections.model.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of CreateConnectionResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return CreateConnectionResponse Modifier and Type Method Description default CreateConnectionResponseCodeStarConnectionsClient. 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 CreateConnectionResponseCodeStarConnectionsClient. 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.codestarconnections that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>CodeStarConnectionsAsyncClient. 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>CodeStarConnectionsAsyncClient. 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.
-