Uses of Class
software.amazon.awssdk.services.codeconnections.model.UpdateHostResponse
-
Packages that use UpdateHostResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of UpdateHostResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return UpdateHostResponse Modifier and Type Method Description default UpdateHostResponseCodeConnectionsClient. updateHost(Consumer<UpdateHostRequest.Builder> updateHostRequest)Updates a specified host with the provided configurations.default UpdateHostResponseCodeConnectionsClient. updateHost(UpdateHostRequest updateHostRequest)Updates a specified host with the provided configurations.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type UpdateHostResponse Modifier and Type Method Description default CompletableFuture<UpdateHostResponse>CodeConnectionsAsyncClient. updateHost(Consumer<UpdateHostRequest.Builder> updateHostRequest)Updates a specified host with the provided configurations.default CompletableFuture<UpdateHostResponse>CodeConnectionsAsyncClient. updateHost(UpdateHostRequest updateHostRequest)Updates a specified host with the provided configurations.
-