Uses of Class
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsWork
-
Packages that use ReplacePermissionAssociationsWork Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ReplacePermissionAssociationsWork in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ReplacePermissionAssociationsWork Modifier and Type Method Description ReplacePermissionAssociationsWorkReplacePermissionAssociationsResponse. replacePermissionAssociationsWork()Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ReplacePermissionAssociationsWork Modifier and Type Method Description List<ReplacePermissionAssociationsWork>ListReplacePermissionAssociationsWorkResponse. replacePermissionAssociationsWorks()An array of data structures that provide details of the matching work IDs.Methods in software.amazon.awssdk.services.ram.model with parameters of type ReplacePermissionAssociationsWork Modifier and Type Method Description ReplacePermissionAssociationsResponse.BuilderReplacePermissionAssociationsResponse.Builder. replacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation.ListReplacePermissionAssociationsWorkResponse.BuilderListReplacePermissionAssociationsWorkResponse.Builder. replacePermissionAssociationsWorks(ReplacePermissionAssociationsWork... replacePermissionAssociationsWorks)An array of data structures that provide details of the matching work IDs.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ReplacePermissionAssociationsWork Modifier and Type Method Description ListReplacePermissionAssociationsWorkResponse.BuilderListReplacePermissionAssociationsWorkResponse.Builder. replacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)An array of data structures that provide details of the matching work IDs.
-