Uses of Class
software.amazon.awssdk.services.codestarconnections.model.GetHostRequest
-
Packages that use GetHostRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of GetHostRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type GetHostRequest Modifier and Type Method Description 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.default GetHostResponseCodeStarConnectionsClient. 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.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type GetHostRequest Modifier and Type Method Description SdkHttpFullRequestGetHostRequestMarshaller. marshall(GetHostRequest getHostRequest)
-