Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandPlugin
-
Packages that use CommandPlugin Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CommandPlugin in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandPlugin Modifier and Type Method Description CommandPlugin
CommandPlugin. clone()
CommandPlugin
CommandPlugin. withName(String name)
The name of the plugin.CommandPlugin
CommandPlugin. withOutput(String output)
Output of the plugin execution.CommandPlugin
CommandPlugin. withOutputS3BucketName(String outputS3BucketName)
The S3 bucket where the responses to the command executions should be stored.CommandPlugin
CommandPlugin. withOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 directory path inside the bucket where the responses to the command executions should be stored.CommandPlugin
CommandPlugin. withResponseCode(Integer responseCode)
A numeric response code generated after executing the plugin.CommandPlugin
CommandPlugin. withResponseFinishDateTime(Date responseFinishDateTime)
The time the plugin stopped executing.CommandPlugin
CommandPlugin. withResponseStartDateTime(Date responseStartDateTime)
The time the plugin started executing.CommandPlugin
CommandPlugin. withStatus(CommandPluginStatus status)
The status of this plugin.CommandPlugin
CommandPlugin. withStatus(String status)
The status of this plugin.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type CommandPlugin Modifier and Type Method Description List<CommandPlugin>
CommandInvocation. getCommandPlugins()
Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandPlugin Modifier and Type Method Description CommandInvocation
CommandInvocation. 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 CommandPlugin Modifier and Type Method Description void
CommandInvocation. setCommandPlugins(Collection<CommandPlugin> commandPlugins)
CommandInvocation
CommandInvocation. withCommandPlugins(Collection<CommandPlugin> commandPlugins)
-