Uses of Class
software.amazon.awssdk.services.ssm.model.CommandPlugin
-
Packages that use CommandPlugin Package Description software.amazon.awssdk.services.ssm.model -
-
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 CommandPlugin Modifier and Type Method Description List<CommandPlugin>CommandInvocation. commandPlugins()Plugins processed by the command.Methods in software.amazon.awssdk.services.ssm.model with parameters of type CommandPlugin Modifier and Type Method Description CommandInvocation.BuilderCommandInvocation.Builder. commandPlugins(CommandPlugin... commandPlugins)Plugins processed by the command.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CommandPlugin Modifier and Type Method Description CommandInvocation.BuilderCommandInvocation.Builder. commandPlugins(Collection<CommandPlugin> commandPlugins)Plugins processed by the command.
-