Uses of Class
software.amazon.awssdk.services.codeconnections.model.GetHostRequest
-
Packages that use GetHostRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of GetHostRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type GetHostRequest Modifier and Type Method Description default CompletableFuture<GetHostResponse>CodeConnectionsAsyncClient. getHost(GetHostRequest getHostRequest)Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.default GetHostResponseCodeConnectionsClient. getHost(GetHostRequest getHostRequest)Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration. -
Uses of GetHostRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type GetHostRequest Modifier and Type Method Description SdkHttpFullRequestGetHostRequestMarshaller. marshall(GetHostRequest getHostRequest)
-