Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.clone() |
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withAutoApprove(Boolean autoApprove)
Indicates whether the change request can be approved automatically without the need for manual approvals.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withChangeDetails(String changeDetails)
User-provided details about the change.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withChangeRequestName(String changeRequestName)
The name of the change request associated with the runbook workflow to be run.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withClientToken(String clientToken)
The user-provided idempotency token.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withDocumentName(String documentName)
The name of the change template document to run during the runbook workflow.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withDocumentVersion(String documentVersion)
The version of the change template document to run during the runbook workflow.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withParameters(Map<String,List<String>> parameters)
A key-value map of parameters that match the declared parameters in the change template document.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withScheduledEndTime(Date scheduledEndTime)
The time that the requester expects the runbook workflow related to the change request to complete.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withScheduledTime(Date scheduledTime)
The date and time specified in the change request to run the Automation runbooks.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withTags(Collection<Tag> tags)
Optional metadata that you assign to a resource.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withTags(Tag... tags)
Optional metadata that you assign to a resource.
|
Copyright © 2024. All rights reserved.