Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.ListViewsResponse
-
Packages that use ListViewsResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.paginators -
-
Uses of ListViewsResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return ListViewsResponse Modifier and Type Method Description default ListViewsResponseResourceExplorer2Client. listViews(Consumer<ListViewsRequest.Builder> listViewsRequest)Lists the Amazon resource names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.default ListViewsResponseResourceExplorer2Client. listViews(ListViewsRequest listViewsRequest)Lists the Amazon resource names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type ListViewsResponse Modifier and Type Method Description default CompletableFuture<ListViewsResponse>ResourceExplorer2AsyncClient. listViews(Consumer<ListViewsRequest.Builder> listViewsRequest)Lists the Amazon resource names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.default CompletableFuture<ListViewsResponse>ResourceExplorer2AsyncClient. listViews(ListViewsRequest listViewsRequest)Lists the Amazon resource names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation. -
Uses of ListViewsResponse in software.amazon.awssdk.services.resourceexplorer2.paginators
Methods in software.amazon.awssdk.services.resourceexplorer2.paginators that return types with arguments of type ListViewsResponse Modifier and Type Method Description Iterator<ListViewsResponse>ListViewsIterable. iterator()Method parameters in software.amazon.awssdk.services.resourceexplorer2.paginators with type arguments of type ListViewsResponse Modifier and Type Method Description voidListViewsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListViewsResponse> subscriber)
-