Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandPlugin
Packages that use CommandPlugin
-
Uses of CommandPlugin in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandPluginModifier and TypeMethodDescriptionCommandPlugin.clone()
The name of the plugin.CommandPlugin.withOutput
(String output) Output of the plugin execution.CommandPlugin.withOutputS3BucketName
(String outputS3BucketName) The S3 bucket where the responses to the command executions should be stored.CommandPlugin.withOutputS3KeyPrefix
(String outputS3KeyPrefix) The S3 directory path inside the bucket where the responses to the command executions should be stored.CommandPlugin.withResponseCode
(Integer responseCode) A numeric response code generated after executing the plugin.CommandPlugin.withResponseFinishDateTime
(Date responseFinishDateTime) The time the plugin stopped executing.CommandPlugin.withResponseStartDateTime
(Date responseStartDateTime) The time the plugin started executing.CommandPlugin.withStatus
(CommandPluginStatus status) The status of this plugin.CommandPlugin.withStatus
(String status) The status of this plugin.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type CommandPluginMethods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandPluginModifier and TypeMethodDescriptionCommandInvocation.withCommandPlugins
(CommandPlugin... commandPlugins) NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type CommandPluginModifier and TypeMethodDescriptionvoid
CommandInvocation.setCommandPlugins
(Collection<CommandPlugin> commandPlugins) CommandInvocation.withCommandPlugins
(Collection<CommandPlugin> commandPlugins)