Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationBatchRequest
Packages that use CreateAssociationBatchRequest
Package
Description
-
Uses of CreateAssociationBatchRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type CreateAssociationBatchRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.createAssociationBatch
(CreateAssociationBatchRequest request) AWSSimpleSystemsManagement.createAssociationBatch
(CreateAssociationBatchRequest createAssociationBatchRequest) Associates the specified SSM document with the specified instances.AWSSimpleSystemsManagementClient.createAssociationBatch
(CreateAssociationBatchRequest createAssociationBatchRequest) Associates the specified SSM document with the specified instances.AbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync
(CreateAssociationBatchRequest request) AbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync
(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest, CreateAssociationBatchResult> asyncHandler) AWSSimpleSystemsManagementAsync.createAssociationBatchAsync
(CreateAssociationBatchRequest createAssociationBatchRequest) Associates the specified SSM document with the specified instances.AWSSimpleSystemsManagementAsync.createAssociationBatchAsync
(CreateAssociationBatchRequest createAssociationBatchRequest, AsyncHandler<CreateAssociationBatchRequest, CreateAssociationBatchResult> asyncHandler) Associates the specified SSM document with the specified instances.AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync
(CreateAssociationBatchRequest request) AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync
(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest, CreateAssociationBatchResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type CreateAssociationBatchRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync
(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest, CreateAssociationBatchResult> asyncHandler) AWSSimpleSystemsManagementAsync.createAssociationBatchAsync
(CreateAssociationBatchRequest createAssociationBatchRequest, AsyncHandler<CreateAssociationBatchRequest, CreateAssociationBatchResult> asyncHandler) Associates the specified SSM document with the specified instances.AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync
(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest, CreateAssociationBatchResult> asyncHandler) -
Uses of CreateAssociationBatchRequest in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CreateAssociationBatchRequestModifier and TypeMethodDescriptionCreateAssociationBatchRequest.clone()
CreateAssociationBatchRequest.withEntries
(CreateAssociationBatchRequestEntry... entries) One or more associations.CreateAssociationBatchRequest.withEntries
(Collection<CreateAssociationBatchRequestEntry> entries) One or more associations.