Uses of Class
software.amazon.awssdk.services.codestarconnections.model.ListHostsResponse
-
Packages that use ListHostsResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.paginators -
-
Uses of ListHostsResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return ListHostsResponse Modifier and Type Method Description default ListHostsResponseCodeStarConnectionsClient. listHosts(Consumer<ListHostsRequest.Builder> listHostsRequest)Lists the hosts associated with your account.default ListHostsResponseCodeStarConnectionsClient. listHosts(ListHostsRequest listHostsRequest)Lists the hosts associated with your account.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type ListHostsResponse Modifier and Type Method Description default CompletableFuture<ListHostsResponse>CodeStarConnectionsAsyncClient. listHosts(Consumer<ListHostsRequest.Builder> listHostsRequest)Lists the hosts associated with your account.default CompletableFuture<ListHostsResponse>CodeStarConnectionsAsyncClient. listHosts(ListHostsRequest listHostsRequest)Lists the hosts associated with your account. -
Uses of ListHostsResponse in software.amazon.awssdk.services.codestarconnections.paginators
Methods in software.amazon.awssdk.services.codestarconnections.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.codestarconnections.paginators with type arguments of type ListHostsResponse Modifier and Type Method Description voidListHostsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHostsResponse> subscriber)
-