Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<CommandPlugin> |
CommandInvocation.getCommandPlugins() |
Modifier and Type | Method and Description |
---|---|
CommandInvocation |
CommandInvocation.withCommandPlugins(CommandPlugin... commandPlugins)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInvocation.setCommandPlugins(Collection<CommandPlugin> commandPlugins) |
CommandInvocation |
CommandInvocation.withCommandPlugins(Collection<CommandPlugin> commandPlugins) |
Copyright © 2018. All rights reserved.