| 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 |
|---|---|
CreateAssociationResult |
AbstractAWSSimpleSystemsManagement.createAssociation(CreateAssociationRequest request) |
CreateAssociationResult |
AWSSimpleSystemsManagementClient.createAssociation(CreateAssociationRequest request)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
CreateAssociationResult |
AWSSimpleSystemsManagement.createAssociation(CreateAssociationRequest createAssociationRequest)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationAsync(CreateAssociationRequest request) |
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
Future<CreateAssociationResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request) |
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationAsync(CreateAssociationRequest request,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) |
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
Future<CreateAssociationResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationAsync(CreateAssociationRequest request,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) |
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)
A State Manager association defines the state that you want to maintain on your managed nodes.
|
Future<CreateAssociationResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationRequest |
CreateAssociationRequest.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
CreateAssociationRequest |
CreateAssociationRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateAssociationRequest |
CreateAssociationRequest.clone() |
CreateAssociationRequest |
CreateAssociationRequest.withAlarmConfiguration(AlarmConfiguration alarmConfiguration) |
CreateAssociationRequest |
CreateAssociationRequest.withApplyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you create a new association, the system runs it immediately after it is created and then
according to the schedule you specified.
|
CreateAssociationRequest |
CreateAssociationRequest.withAssociationName(String associationName)
Specify a descriptive name for the association.
|
CreateAssociationRequest |
CreateAssociationRequest.withAutomationTargetParameterName(String automationTargetParameterName)
Choose the parameter that will define how your automation will branch out.
|
CreateAssociationRequest |
CreateAssociationRequest.withCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
CreateAssociationRequest |
CreateAssociationRequest.withCalendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your
associations under.
|
CreateAssociationRequest |
CreateAssociationRequest.withComplianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationRequest |
CreateAssociationRequest.withComplianceSeverity(String complianceSeverity)
The severity level to assign to the association.
|
CreateAssociationRequest |
CreateAssociationRequest.withDocumentVersion(String documentVersion)
The document version you want to associate with the target(s).
|
CreateAssociationRequest |
CreateAssociationRequest.withInstanceId(String instanceId)
The managed node ID.
|
CreateAssociationRequest |
CreateAssociationRequest.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
CreateAssociationRequest |
CreateAssociationRequest.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
CreateAssociationRequest |
CreateAssociationRequest.withName(String name)
The name of the SSM Command document or Automation runbook that contains the configuration information for the
managed node.
|
CreateAssociationRequest |
CreateAssociationRequest.withOutputLocation(InstanceAssociationOutputLocation outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
CreateAssociationRequest |
CreateAssociationRequest.withParameters(Map<String,List<String>> parameters)
The parameters for the runtime configuration of the document.
|
CreateAssociationRequest |
CreateAssociationRequest.withScheduleExpression(String scheduleExpression)
A cron expression when the association will be applied to the target(s).
|
CreateAssociationRequest |
CreateAssociationRequest.withScheduleOffset(Integer scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
CreateAssociationRequest |
CreateAssociationRequest.withSyncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
CreateAssociationRequest |
CreateAssociationRequest.withSyncCompliance(String syncCompliance)
The mode for generating association compliance.
|
CreateAssociationRequest |
CreateAssociationRequest.withTags(Collection<Tag> tags)
Adds or overwrites one or more tags for a State Manager association.
|
CreateAssociationRequest |
CreateAssociationRequest.withTags(Tag... tags)
Adds or overwrites one or more tags for a State Manager association.
|
CreateAssociationRequest |
CreateAssociationRequest.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.
|
CreateAssociationRequest |
CreateAssociationRequest.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.
|
CreateAssociationRequest |
CreateAssociationRequest.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
CreateAssociationRequest |
CreateAssociationRequest.withTargetMaps(Map<String,List<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
CreateAssociationRequest |
CreateAssociationRequest.withTargets(Collection<Target> targets)
The targets for the association.
|
CreateAssociationRequest |
CreateAssociationRequest.withTargets(Target... targets)
The targets for the association.
|
Copyright © 2023. All rights reserved.