Uses of Class
software.amazon.awssdk.services.codeconnections.model.ListHostsRequest
-
Packages that use ListHostsRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators software.amazon.awssdk.services.codeconnections.transform -
-
Uses of ListHostsRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type ListHostsRequest Modifier and Type Method Description default CompletableFuture<ListHostsResponse>CodeConnectionsAsyncClient. listHosts(ListHostsRequest listHostsRequest)Lists the hosts associated with your account.default ListHostsResponseCodeConnectionsClient. listHosts(ListHostsRequest listHostsRequest)Lists the hosts associated with your account.default ListHostsPublisherCodeConnectionsAsyncClient. listHostsPaginator(ListHostsRequest listHostsRequest)This is a variant ofCodeConnectionsAsyncClient.listHosts(software.amazon.awssdk.services.codeconnections.model.ListHostsRequest)operation.default ListHostsIterableCodeConnectionsClient. listHostsPaginator(ListHostsRequest listHostsRequest)This is a variant ofCodeConnectionsClient.listHosts(software.amazon.awssdk.services.codeconnections.model.ListHostsRequest)operation. -
Uses of ListHostsRequest in software.amazon.awssdk.services.codeconnections.paginators
Constructors in software.amazon.awssdk.services.codeconnections.paginators with parameters of type ListHostsRequest Constructor Description ListHostsIterable(CodeConnectionsClient client, ListHostsRequest firstRequest)ListHostsPublisher(CodeConnectionsAsyncClient client, ListHostsRequest firstRequest) -
Uses of ListHostsRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type ListHostsRequest Modifier and Type Method Description SdkHttpFullRequestListHostsRequestMarshaller. marshall(ListHostsRequest listHostsRequest)
-