Uses of Class
software.amazon.awssdk.services.codestarconnections.model.CreateConnectionRequest
-
Packages that use CreateConnectionRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of CreateConnectionRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type CreateConnectionRequest Modifier and Type Method Description 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.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. -
Uses of CreateConnectionRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type CreateConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateConnectionRequestMarshaller. marshall(CreateConnectionRequest createConnectionRequest)
-