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