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