Uses of Class
software.amazon.awssdk.services.ram.model.ListResourcesResponse
Packages that use ListResourcesResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListResourcesResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListResourcesResponseModifier and TypeMethodDescriptiondefault 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 ListResourcesResponseModifier and TypeMethodDescriptiondefault 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 ListResourcesResponseMethod parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListResourcesResponseModifier and TypeMethodDescriptionvoidListResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResourcesResponse> subscriber)