Uses of Class
software.amazon.awssdk.services.ram.model.ListPermissionVersionsResponse
-
Packages that use ListPermissionVersionsResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of ListPermissionVersionsResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListPermissionVersionsResponse Modifier and Type Method Description default ListPermissionVersionsResponseRamClient. listPermissionVersions(Consumer<ListPermissionVersionsRequest.Builder> listPermissionVersionsRequest)Lists the available versions of the specified RAM permission.default ListPermissionVersionsResponseRamClient. listPermissionVersions(ListPermissionVersionsRequest listPermissionVersionsRequest)Lists the available versions of the specified RAM permission.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ListPermissionVersionsResponse Modifier and Type Method Description default CompletableFuture<ListPermissionVersionsResponse>RamAsyncClient. listPermissionVersions(Consumer<ListPermissionVersionsRequest.Builder> listPermissionVersionsRequest)Lists the available versions of the specified RAM permission.default CompletableFuture<ListPermissionVersionsResponse>RamAsyncClient. listPermissionVersions(ListPermissionVersionsRequest listPermissionVersionsRequest)Lists the available versions of the specified RAM permission. -
Uses of ListPermissionVersionsResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type ListPermissionVersionsResponse Modifier and Type Method Description Iterator<ListPermissionVersionsResponse>ListPermissionVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListPermissionVersionsResponse Modifier and Type Method Description voidListPermissionVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPermissionVersionsResponse> subscriber)
-