| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.clone() |
CreateAssociationBatchRequestEntry |
FailedCreateAssociation.getEntry()
The association.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withApplyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you create a new associations, the system runs it immediately after it is created and then
according to the schedule you specified.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withAssociationName(String associationName)
Specify a descriptive name for the association.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withAutomationTargetParameterName(String automationTargetParameterName)
Specify the target for the association.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withComplianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withComplianceSeverity(String complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withDocumentVersion(String documentVersion)
The document version.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withInstanceId(String instanceId)
The ID of the instance.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withName(String name)
The name of the SSM document that contains the configuration information for the instance.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withOutputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the results of this request.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withParameters(Map<String,List<String>> parameters)
A description of the parameters for a document.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withScheduleExpression(String scheduleExpression)
A cron expression that specifies a schedule when the association runs.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withSyncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withSyncCompliance(String syncCompliance)
The mode for generating association compliance.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withTargets(Collection<Target> targets)
The instances targeted by the request.
|
CreateAssociationBatchRequestEntry |
CreateAssociationBatchRequestEntry.withTargets(Target... targets)
The instances targeted by the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateAssociationBatchRequestEntry> |
CreateAssociationBatchRequest.getEntries()
One or more associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailedCreateAssociation.setEntry(CreateAssociationBatchRequestEntry entry)
The association.
|
CreateAssociationBatchRequest |
CreateAssociationBatchRequest.withEntries(CreateAssociationBatchRequestEntry... entries)
One or more associations.
|
FailedCreateAssociation |
FailedCreateAssociation.withEntry(CreateAssociationBatchRequestEntry entry)
The association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAssociationBatchRequest.setEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
|
CreateAssociationBatchRequest |
CreateAssociationBatchRequest.withEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
|
Copyright © 2020. All rights reserved.