Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
static CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.builder() |
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.failed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.failed(Consumer<FailedCreateAssociation.Builder>... failed)
Information about the associations that failed.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.failed(FailedCreateAssociation... failed)
Information about the associations that failed.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.successful(AssociationDescription... successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.successful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.Builder.successful(Consumer<AssociationDescription.Builder>... successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResponse.Builder |
CreateAssociationBatchResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateAssociationBatchResponse.Builder> |
CreateAssociationBatchResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.