Modifier and Type | Method and Description |
---|---|
CreateAssociationBatchResult |
AWSSimpleSystemsManagementClient.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified SSM document with the specified instances.
|
CreateAssociationBatchResult |
AbstractAWSSimpleSystemsManagement.createAssociationBatch(CreateAssociationBatchRequest request) |
CreateAssociationBatchResult |
AWSSimpleSystemsManagement.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified SSM document with the specified instances.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync(CreateAssociationBatchRequest request) |
java.util.concurrent.Future<CreateAssociationBatchResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest request) |
java.util.concurrent.Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified SSM document with the specified instances.
|
java.util.concurrent.Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync(CreateAssociationBatchRequest request,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) |
java.util.concurrent.Future<CreateAssociationBatchResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest request,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) |
java.util.concurrent.Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest createAssociationBatchRequest,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler)
Associates the specified SSM document with the specified instances.
|
Modifier and Type | Method and Description |
---|---|
CreateAssociationBatchResult |
CreateAssociationBatchResult.clone() |
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(java.util.Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(FailedCreateAssociation... failed)
Information about the associations that failed.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(AssociationDescription... successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(java.util.Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
Modifier and Type | Method and Description |
---|---|
CreateAssociationBatchResult |
CreateAssociationBatchResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |