Uses of Class
software.amazon.awssdk.services.codeconnections.model.CreateHostRequest
-
Packages that use CreateHostRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of CreateHostRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type CreateHostRequest Modifier and Type Method Description default CompletableFuture<CreateHostResponse>CodeConnectionsAsyncClient. createHost(CreateHostRequest 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. -
Uses of CreateHostRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type CreateHostRequest Modifier and Type Method Description SdkHttpFullRequestCreateHostRequestMarshaller. marshall(CreateHostRequest createHostRequest)
-