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