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 CommandPluginCommandPlugin. clone()CommandPluginCommandPlugin. withName(String name)The name of the plugin.CommandPluginCommandPlugin. withOutput(String output)Output of the plugin execution.CommandPluginCommandPlugin. withOutputS3BucketName(String outputS3BucketName)The S3 bucket where the responses to the command executions should be stored.CommandPluginCommandPlugin. withOutputS3KeyPrefix(String outputS3KeyPrefix)The S3 directory path inside the bucket where the responses to the command executions should be stored.CommandPluginCommandPlugin. withResponseCode(Integer responseCode)A numeric response code generated after executing the plugin.CommandPluginCommandPlugin. withResponseFinishDateTime(Date responseFinishDateTime)The time the plugin stopped executing.CommandPluginCommandPlugin. withResponseStartDateTime(Date responseStartDateTime)The time the plugin started executing.CommandPluginCommandPlugin. withStatus(CommandPluginStatus status)The status of this plugin.CommandPluginCommandPlugin. 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 CommandInvocationCommandInvocation. 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 voidCommandInvocation. setCommandPlugins(Collection<CommandPlugin> commandPlugins)CommandInvocationCommandInvocation. withCommandPlugins(Collection<CommandPlugin> commandPlugins)
-