Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.RenameKeyEntry
Packages that use RenameKeyEntry
-
Uses of RenameKeyEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type RenameKeyEntryModifier and TypeMethodDescriptionfinal List<RenameKeyEntry>RenameKeys.entries()An array ofRenameKeyEntryobjects, where each object contains the information about a single key to rename.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type RenameKeyEntryModifier and TypeMethodDescriptionRenameKeys.Builder.entries(RenameKeyEntry... entries) An array ofRenameKeyEntryobjects, where each object contains the information about a single key to rename.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type RenameKeyEntryModifier and TypeMethodDescriptionRenameKeys.Builder.entries(Collection<RenameKeyEntry> entries) An array ofRenameKeyEntryobjects, where each object contains the information about a single key to rename.