Uses of Class
software.amazon.awssdk.services.codeconnections.model.GetHostResponse
-
Packages that use GetHostResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of GetHostResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return GetHostResponse Modifier and Type Method Description default GetHostResponseCodeConnectionsClient. getHost(Consumer<GetHostRequest.Builder> 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.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type GetHostResponse Modifier and Type Method Description default CompletableFuture<GetHostResponse>CodeConnectionsAsyncClient. getHost(Consumer<GetHostRequest.Builder> getHostRequest)Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.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.
-