Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.MoveKeyEntry
-
Packages that use MoveKeyEntry Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 MoveKeyEntry Modifier and Type Method Description 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 MoveKeyEntry Modifier and Type Method Description MoveKeys.BuilderMoveKeys.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 MoveKeyEntry Modifier and Type Method Description MoveKeys.BuilderMoveKeys.Builder. entries(Collection<MoveKeyEntry> entries)An array of objects, where each object contains the information about one key to move.
-