Uses of Class
software.amazon.awssdk.services.ram.model.ListReplacePermissionAssociationsWorkResponse
-
Packages that use ListReplacePermissionAssociationsWorkResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of ListReplacePermissionAssociationsWorkResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListReplacePermissionAssociationsWorkResponse Modifier and Type Method Description default ListReplacePermissionAssociationsWorkResponseRamClient. listReplacePermissionAssociationsWork(Consumer<ListReplacePermissionAssociationsWorkRequest.Builder> listReplacePermissionAssociationsWorkRequest)Retrieves the current status of the asynchronous tasks performed by RAM when you perform the ReplacePermissionAssociationsWork operation.default ListReplacePermissionAssociationsWorkResponseRamClient. listReplacePermissionAssociationsWork(ListReplacePermissionAssociationsWorkRequest listReplacePermissionAssociationsWorkRequest)Retrieves the current status of the asynchronous tasks performed by RAM when you perform the ReplacePermissionAssociationsWork operation.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ListReplacePermissionAssociationsWorkResponse Modifier and Type Method Description default CompletableFuture<ListReplacePermissionAssociationsWorkResponse>RamAsyncClient. listReplacePermissionAssociationsWork(Consumer<ListReplacePermissionAssociationsWorkRequest.Builder> listReplacePermissionAssociationsWorkRequest)Retrieves the current status of the asynchronous tasks performed by RAM when you perform the ReplacePermissionAssociationsWork operation.default CompletableFuture<ListReplacePermissionAssociationsWorkResponse>RamAsyncClient. listReplacePermissionAssociationsWork(ListReplacePermissionAssociationsWorkRequest listReplacePermissionAssociationsWorkRequest)Retrieves the current status of the asynchronous tasks performed by RAM when you perform the ReplacePermissionAssociationsWork operation. -
Uses of ListReplacePermissionAssociationsWorkResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type ListReplacePermissionAssociationsWorkResponse Modifier and Type Method Description Iterator<ListReplacePermissionAssociationsWorkResponse>ListReplacePermissionAssociationsWorkIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListReplacePermissionAssociationsWorkResponse Modifier and Type Method Description voidListReplacePermissionAssociationsWorkPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReplacePermissionAssociationsWorkResponse> subscriber)
-