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