Uses of Class
software.amazon.awssdk.services.codeconnections.model.Host
-
Packages that use Host Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of Host in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type Host Modifier and Type Method Description List<Host>ListHostsResponse. hosts()A list of hosts and the details for each host, such as status, endpoint, and provider type.Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type Host Modifier and Type Method Description ListHostsResponse.BuilderListHostsResponse.Builder. hosts(Host... hosts)A list of hosts and the details for each host, such as status, endpoint, and provider type.Method parameters in software.amazon.awssdk.services.codeconnections.model with type arguments of type Host Modifier and Type Method Description ListHostsResponse.BuilderListHostsResponse.Builder. hosts(Collection<Host> hosts)A list of hosts and the details for each host, such as status, endpoint, and provider type.
-