Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.MoveKeyEntry
Packages that use MoveKeyEntry
-
Uses of MoveKeyEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type MoveKeyEntryModifier and TypeMethodDescriptionfinal List<MoveKeyEntry>MoveKeys.entries()An array of objects, where each object contains the information about one key to move.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type MoveKeyEntryModifier and TypeMethodDescriptionMoveKeys.Builder.entries(MoveKeyEntry... entries) An array of objects, where each object contains the information about one key to move.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type MoveKeyEntryModifier and TypeMethodDescriptionMoveKeys.Builder.entries(Collection<MoveKeyEntry> entries) An array of objects, where each object contains the information about one key to move.