Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.ListHostsResponse.Builder
-
Packages that use ListHostsResponse.Builder Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of ListHostsResponse.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return ListHostsResponse.Builder Modifier and Type Method Description static ListHostsResponse.BuilderListHostsResponse. builder()ListHostsResponse.BuilderListHostsResponse.Builder. hosts(Collection<Host> hosts)A list of hosts and the details for each host, such as status, endpoint, and provider type.ListHostsResponse.BuilderListHostsResponse.Builder. hosts(Consumer<Host.Builder>... hosts)A list of hosts and the details for each host, such as status, endpoint, and provider type.ListHostsResponse.BuilderListHostsResponse.Builder. hosts(Host... hosts)A list of hosts and the details for each host, such as status, endpoint, and provider type.ListHostsResponse.BuilderListHostsResponse.Builder. nextToken(String nextToken)A token that can be used in the nextListHostscall.ListHostsResponse.BuilderListHostsResponse. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type ListHostsResponse.Builder Modifier and Type Method Description static Class<? extends ListHostsResponse.Builder>ListHostsResponse. serializableBuilderClass()
-