Uses of Class
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsWork
Packages that use ReplacePermissionAssociationsWork
-
Uses of ReplacePermissionAssociationsWork in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ReplacePermissionAssociationsWorkModifier and TypeMethodDescriptionReplacePermissionAssociationsResponse.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 ReplacePermissionAssociationsWorkModifier and TypeMethodDescriptionListReplacePermissionAssociationsWorkResponse.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 ReplacePermissionAssociationsWorkModifier and TypeMethodDescriptionReplacePermissionAssociationsResponse.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.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 ReplacePermissionAssociationsWorkModifier and TypeMethodDescriptionListReplacePermissionAssociationsWorkResponse.Builder.replacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.