| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
SendCommandResult |
AbstractAWSSimpleSystemsManagement.sendCommand(SendCommandRequest request) |
SendCommandResult |
AWSSimpleSystemsManagement.sendCommand(SendCommandRequest sendCommandRequest)
Runs commands on one or more managed instances.
|
SendCommandResult |
AWSSimpleSystemsManagementClient.sendCommand(SendCommandRequest request)
Runs commands on one or more managed instances.
|
Future<SendCommandResult> |
AWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest sendCommandRequest)
Runs commands on one or more managed instances.
|
Future<SendCommandResult> |
AbstractAWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest request) |
Future<SendCommandResult> |
AWSSimpleSystemsManagementAsyncClient.sendCommandAsync(SendCommandRequest request) |
Future<SendCommandResult> |
AWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest sendCommandRequest,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
Runs commands on one or more managed instances.
|
Future<SendCommandResult> |
AbstractAWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest request,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler) |
Future<SendCommandResult> |
AWSSimpleSystemsManagementAsyncClient.sendCommandAsync(SendCommandRequest request,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SendCommandResult> |
AWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest sendCommandRequest,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
Runs commands on one or more managed instances.
|
Future<SendCommandResult> |
AbstractAWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest request,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler) |
Future<SendCommandResult> |
AWSSimpleSystemsManagementAsyncClient.sendCommandAsync(SendCommandRequest request,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendCommandRequest |
SendCommandRequest.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
SendCommandRequest |
SendCommandRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
SendCommandRequest |
SendCommandRequest.clone() |
SendCommandRequest |
SendCommandRequest.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs.
|
SendCommandRequest |
SendCommandRequest.withComment(String comment)
User-specified information about the command, such as a brief description of what the command should do.
|
SendCommandRequest |
SendCommandRequest.withDocumentHash(String documentHash)
The Sha256 or Sha1 hash created by the system when the document was created.
|
SendCommandRequest |
SendCommandRequest.withDocumentHashType(DocumentHashType documentHashType)
Sha256 or Sha1.
|
SendCommandRequest |
SendCommandRequest.withDocumentHashType(String documentHashType)
Sha256 or Sha1.
|
SendCommandRequest |
SendCommandRequest.withDocumentName(String documentName)
The name of the Amazon Web Services Systems Manager document (SSM document) to run.
|
SendCommandRequest |
SendCommandRequest.withDocumentVersion(String documentVersion)
The SSM document version to use in the request.
|
SendCommandRequest |
SendCommandRequest.withInstanceIds(Collection<String> instanceIds)
The IDs of the instances where the command should run.
|
SendCommandRequest |
SendCommandRequest.withInstanceIds(String... instanceIds)
The IDs of the instances where the command should run.
|
SendCommandRequest |
SendCommandRequest.withMaxConcurrency(String maxConcurrency)
(Optional) The maximum number of instances that are allowed to run the command at the same time.
|
SendCommandRequest |
SendCommandRequest.withMaxErrors(String maxErrors)
The maximum number of errors allowed without the command failing.
|
SendCommandRequest |
SendCommandRequest.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications.
|
SendCommandRequest |
SendCommandRequest.withOutputS3BucketName(String outputS3BucketName)
The name of the S3 bucket where command execution responses should be stored.
|
SendCommandRequest |
SendCommandRequest.withOutputS3KeyPrefix(String outputS3KeyPrefix)
The directory structure within the S3 bucket where the responses should be stored.
|
SendCommandRequest |
SendCommandRequest.withOutputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter.
|
SendCommandRequest |
SendCommandRequest.withParameters(Map<String,List<String>> parameters)
The required and optional parameters specified in the document being run.
|
SendCommandRequest |
SendCommandRequest.withServiceRoleArn(String serviceRoleArn)
The ARN of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification
Service (Amazon SNS) notifications for Run Command commands.
|
SendCommandRequest |
SendCommandRequest.withTargets(Collection<Target> targets)
An array of search criteria that targets instances using a
Key,Value combination that you specify. |
SendCommandRequest |
SendCommandRequest.withTargets(Target... targets)
An array of search criteria that targets instances using a
Key,Value combination that you specify. |
SendCommandRequest |
SendCommandRequest.withTimeoutSeconds(Integer timeoutSeconds)
If this time is reached and the command hasn't already started running, it won't run.
|
Copyright © 2021. All rights reserved.