Uses of Class
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsRequest
-
Packages that use ReplacePermissionAssociationsRequest Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.transform -
-
Uses of ReplacePermissionAssociationsRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type ReplacePermissionAssociationsRequest Modifier and Type Method Description default CompletableFuture<ReplacePermissionAssociationsResponse>RamAsyncClient. replacePermissionAssociations(ReplacePermissionAssociationsRequest replacePermissionAssociationsRequest)Updates all resource shares that use a managed permission to a different managed permission.default ReplacePermissionAssociationsResponseRamClient. replacePermissionAssociations(ReplacePermissionAssociationsRequest replacePermissionAssociationsRequest)Updates all resource shares that use a managed permission to a different managed permission. -
Uses of ReplacePermissionAssociationsRequest in software.amazon.awssdk.services.ram.transform
Methods in software.amazon.awssdk.services.ram.transform with parameters of type ReplacePermissionAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestReplacePermissionAssociationsRequestMarshaller. marshall(ReplacePermissionAssociationsRequest replacePermissionAssociationsRequest)
-