Uses of Class
software.amazon.awssdk.services.ssm.model.CommandPlugin
Packages that use CommandPlugin
-
Uses of CommandPlugin in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandPluginModifier and TypeMethodDescriptionfinal List<CommandPlugin>CommandInvocation.commandPlugins()Plugins processed by the command.Methods in software.amazon.awssdk.services.ssm.model with parameters of type CommandPluginModifier and TypeMethodDescriptionCommandInvocation.Builder.commandPlugins(CommandPlugin... commandPlugins) Plugins processed by the command.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CommandPluginModifier and TypeMethodDescriptionCommandInvocation.Builder.commandPlugins(Collection<CommandPlugin> commandPlugins) Plugins processed by the command.