Uses of Class
software.amazon.awssdk.services.ram.model.GetResourcePoliciesResponse
-
Packages that use GetResourcePoliciesResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of GetResourcePoliciesResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return GetResourcePoliciesResponse Modifier and Type Method Description default GetResourcePoliciesResponseRamClient. getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)Retrieves the resource policies for the specified resources that you own and have shared.default GetResourcePoliciesResponseRamClient. getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)Retrieves the resource policies for the specified resources that you own and have shared.Methods in software.amazon.awssdk.services.ram that return types with arguments of type GetResourcePoliciesResponse Modifier and Type Method Description default CompletableFuture<GetResourcePoliciesResponse>RamAsyncClient. getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)Retrieves the resource policies for the specified resources that you own and have shared.default CompletableFuture<GetResourcePoliciesResponse>RamAsyncClient. getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)Retrieves the resource policies for the specified resources that you own and have shared. -
Uses of GetResourcePoliciesResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type GetResourcePoliciesResponse Modifier and Type Method Description Iterator<GetResourcePoliciesResponse>GetResourcePoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type GetResourcePoliciesResponse Modifier and Type Method Description voidGetResourcePoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetResourcePoliciesResponse> subscriber)
-