| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationDescription |
UpdateAssociationResponse.associationDescription()
The description of the association that was updated.
|
AssociationDescription |
UpdateAssociationStatusResponse.associationDescription()
Information about the association.
|
AssociationDescription |
CreateAssociationResponse.associationDescription()
Information about the association.
|
AssociationDescription |
DescribeAssociationResponse.associationDescription()
Information about the association.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationDescription> |
CreateAssociationBatchResponse.successful()
Information about the associations that succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAssociationResponse.Builder |
UpdateAssociationResponse.Builder.associationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
|
UpdateAssociationStatusResponse.Builder |
UpdateAssociationStatusResponse.Builder.associationDescription(AssociationDescription associationDescription)
Information about the association.
|
CreateAssociationResponse.Builder |
CreateAssociationResponse.Builder.associationDescription(AssociationDescription associationDescription)
Information about the association.
|
DescribeAssociationResponse.Builder |
DescribeAssociationResponse.Builder.associationDescription(AssociationDescription associationDescription)
Information about the association.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.successful(AssociationDescription... successful)
Information about the associations that succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.successful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
Copyright © 2019. All rights reserved.