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 |
---|---|
Future<UpdateAssociationResult> |
AWSSimpleSystemsManagementAsync.updateAssociationAsync(UpdateAssociationRequest updateAssociationRequest,
AsyncHandler<UpdateAssociationRequest,UpdateAssociationResult> asyncHandler)
Updates an association.
|
Future<UpdateAssociationResult> |
AbstractAWSSimpleSystemsManagementAsync.updateAssociationAsync(UpdateAssociationRequest request,
AsyncHandler<UpdateAssociationRequest,UpdateAssociationResult> asyncHandler) |
Future<UpdateAssociationResult> |
AWSSimpleSystemsManagementAsyncClient.updateAssociationAsync(UpdateAssociationRequest request,
AsyncHandler<UpdateAssociationRequest,UpdateAssociationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateAssociationRequest |
UpdateAssociationRequest.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
UpdateAssociationRequest |
UpdateAssociationRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
UpdateAssociationRequest |
UpdateAssociationRequest.clone() |
UpdateAssociationRequest |
UpdateAssociationRequest.withApplyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you update an association, the system runs it immediately after it is updated and then according
to the schedule you specified.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withAssociationId(String associationId)
The ID of the association you want to update.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withAssociationName(String associationName)
The name of the association that you want to update.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withAssociationVersion(String associationVersion)
This parameter is provided for concurrency control purposes.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withAutomationTargetParameterName(String automationTargetParameterName)
Specify the target for the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withCalendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withComplianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withComplianceSeverity(String complianceSeverity)
The severity level to assign to the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withDocumentVersion(String documentVersion)
The document version you want update for the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withName(String name)
The name of the SSM Command document or Automation runbook that contains the configuration information for the
instance.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withOutputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the results of this request.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withParameters(Map<String,List<String>> parameters)
The parameters you want to update for the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withScheduleExpression(String scheduleExpression)
The cron expression used to schedule the association that you want to update.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withSyncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withSyncCompliance(String syncCompliance)
The mode for generating association compliance.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withTargetLocations(Collection<TargetLocation> targetLocations)
A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run
the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withTargetLocations(TargetLocation... targetLocations)
A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run
the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withTargets(Collection<Target> targets)
The targets of the association.
|
UpdateAssociationRequest |
UpdateAssociationRequest.withTargets(Target... targets)
The targets of the association.
|
Copyright © 2021. All rights reserved.