Uses of Class
software.amazon.awssdk.services.ram.model.ListPermissionsResponse
-
Packages that use ListPermissionsResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of ListPermissionsResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListPermissionsResponse Modifier and Type Method Description default ListPermissionsResponseRamClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)Retrieves a list of available RAM permissions that you can use for the supported resource types.default ListPermissionsResponseRamClient. listPermissions(ListPermissionsRequest listPermissionsRequest)Retrieves a list of available RAM permissions that you can use for the supported resource types.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description default CompletableFuture<ListPermissionsResponse>RamAsyncClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)Retrieves a list of available RAM permissions that you can use for the supported resource types.default CompletableFuture<ListPermissionsResponse>RamAsyncClient. listPermissions(ListPermissionsRequest listPermissionsRequest)Retrieves a list of available RAM permissions that you can use for the supported resource types. -
Uses of ListPermissionsResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description Iterator<ListPermissionsResponse>ListPermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListPermissionsResponse Modifier and Type Method Description voidListPermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPermissionsResponse> subscriber)
-