Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.ListManagedViewsResponse
-
Packages that use ListManagedViewsResponse 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 ListManagedViewsResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return ListManagedViewsResponse Modifier and Type Method Description default ListManagedViewsResponseResourceExplorer2Client. listManagedViews(Consumer<ListManagedViewsRequest.Builder> listManagedViewsRequest)Lists the Amazon resource names (ARNs) of the Amazon Web Services-managed views available in the Amazon Web Services Region in which you call this operation.default ListManagedViewsResponseResourceExplorer2Client. listManagedViews(ListManagedViewsRequest listManagedViewsRequest)Lists the Amazon resource names (ARNs) of the Amazon Web Services-managed 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 ListManagedViewsResponse Modifier and Type Method Description default CompletableFuture<ListManagedViewsResponse>ResourceExplorer2AsyncClient. listManagedViews(Consumer<ListManagedViewsRequest.Builder> listManagedViewsRequest)Lists the Amazon resource names (ARNs) of the Amazon Web Services-managed views available in the Amazon Web Services Region in which you call this operation.default CompletableFuture<ListManagedViewsResponse>ResourceExplorer2AsyncClient. listManagedViews(ListManagedViewsRequest listManagedViewsRequest)Lists the Amazon resource names (ARNs) of the Amazon Web Services-managed views available in the Amazon Web Services Region in which you call this operation. -
Uses of ListManagedViewsResponse in software.amazon.awssdk.services.resourceexplorer2.paginators
Methods in software.amazon.awssdk.services.resourceexplorer2.paginators that return types with arguments of type ListManagedViewsResponse Modifier and Type Method Description Iterator<ListManagedViewsResponse>ListManagedViewsIterable. iterator()Method parameters in software.amazon.awssdk.services.resourceexplorer2.paginators with type arguments of type ListManagedViewsResponse Modifier and Type Method Description voidListManagedViewsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListManagedViewsResponse> subscriber)
-