Uses of Class
software.amazon.awssdk.services.codeconnections.model.ListHostsResponse
-
Packages that use ListHostsResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators -
-
Uses of ListHostsResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return ListHostsResponse Modifier and Type Method Description default ListHostsResponseCodeConnectionsClient. listHosts(Consumer<ListHostsRequest.Builder> listHostsRequest)Lists the hosts associated with your account.default ListHostsResponseCodeConnectionsClient. listHosts(ListHostsRequest listHostsRequest)Lists the hosts associated with your account.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type ListHostsResponse Modifier and Type Method Description default CompletableFuture<ListHostsResponse>CodeConnectionsAsyncClient. listHosts(Consumer<ListHostsRequest.Builder> listHostsRequest)Lists the hosts associated with your account.default CompletableFuture<ListHostsResponse>CodeConnectionsAsyncClient. listHosts(ListHostsRequest listHostsRequest)Lists the hosts associated with your account. -
Uses of ListHostsResponse in software.amazon.awssdk.services.codeconnections.paginators
Methods in software.amazon.awssdk.services.codeconnections.paginators that return types with arguments of type ListHostsResponse Modifier and Type Method Description Iterator<ListHostsResponse>ListHostsIterable. iterator()Method parameters in software.amazon.awssdk.services.codeconnections.paginators with type arguments of type ListHostsResponse Modifier and Type Method Description voidListHostsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHostsResponse> subscriber)
-