Uses of Class
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsResponse
Packages that use ReplacePermissionAssociationsResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ReplacePermissionAssociationsResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ReplacePermissionAssociationsResponseModifier and TypeMethodDescriptionRamClient.replacePermissionAssociations(Consumer<ReplacePermissionAssociationsRequest.Builder> replacePermissionAssociationsRequest) Updates all resource shares that use a managed permission to a different managed permission.RamClient.replacePermissionAssociations(ReplacePermissionAssociationsRequest replacePermissionAssociationsRequest) Updates all resource shares that use a managed permission to a different managed permission.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ReplacePermissionAssociationsResponseModifier and TypeMethodDescriptionRamAsyncClient.replacePermissionAssociations(Consumer<ReplacePermissionAssociationsRequest.Builder> replacePermissionAssociationsRequest) Updates all resource shares that use a managed permission to a different managed permission.RamAsyncClient.replacePermissionAssociations(ReplacePermissionAssociationsRequest replacePermissionAssociationsRequest) Updates all resource shares that use a managed permission to a different managed permission.