Uses of Class
software.amazon.awssdk.services.ram.model.ListResourcesResponse
-
Packages that use ListResourcesResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of ListResourcesResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListResourcesResponse Modifier and Type Method Description default ListResourcesResponseRamClient. listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)Lists the resources that you added to a resource share or the resources that are shared with you.default ListResourcesResponseRamClient. listResources(ListResourcesRequest listResourcesRequest)Lists the resources that you added to a resource share or the resources that are shared with you.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ListResourcesResponse Modifier and Type Method Description default CompletableFuture<ListResourcesResponse>RamAsyncClient. listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)Lists the resources that you added to a resource share or the resources that are shared with you.default CompletableFuture<ListResourcesResponse>RamAsyncClient. listResources(ListResourcesRequest listResourcesRequest)Lists the resources that you added to a resource share or the resources that are shared with you. -
Uses of ListResourcesResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type ListResourcesResponse Modifier and Type Method Description Iterator<ListResourcesResponse>ListResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListResourcesResponse Modifier and Type Method Description voidListResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourcesResponse> subscriber)
-