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