Uses of Class
software.amazon.awssdk.services.codestarconnections.model.CreateHostResponse
-
Packages that use CreateHostResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of CreateHostResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return CreateHostResponse Modifier and Type Method Description default CreateHostResponseCodeStarConnectionsClient. createHost(Consumer<CreateHostRequest.Builder> createHostRequest)Creates a resource that represents the infrastructure where a third-party provider is installed.default CreateHostResponseCodeStarConnectionsClient. createHost(CreateHostRequest createHostRequest)Creates a resource that represents the infrastructure where a third-party provider is installed.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type CreateHostResponse Modifier and Type Method Description default CompletableFuture<CreateHostResponse>CodeStarConnectionsAsyncClient. createHost(Consumer<CreateHostRequest.Builder> createHostRequest)Creates a resource that represents the infrastructure where a third-party provider is installed.default CompletableFuture<CreateHostResponse>CodeStarConnectionsAsyncClient. createHost(CreateHostRequest createHostRequest)Creates a resource that represents the infrastructure where a third-party provider is installed.
-