| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OutputSource |
OutputSource.clone() |
OutputSource |
AssociationExecutionTarget.getOutputSource()
The location where the association details are saved.
|
OutputSource |
OutputSource.withOutputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an S3 bucket.
|
OutputSource |
OutputSource.withOutputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationExecutionTarget.setOutputSource(OutputSource outputSource)
The location where the association details are saved.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withOutputSource(OutputSource outputSource)
The location where the association details are saved.
|
Copyright © 2020. All rights reserved.