Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationBatchResult
-
Packages that use CreateAssociationBatchResult Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CreateAssociationBatchResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return CreateAssociationBatchResult Modifier and Type Method Description CreateAssociationBatchResultAbstractAWSSimpleSystemsManagement. createAssociationBatch(CreateAssociationBatchRequest request)CreateAssociationBatchResultAWSSimpleSystemsManagement. createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)Associates the specified SSM document with the specified instances.CreateAssociationBatchResultAWSSimpleSystemsManagementClient. createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)Associates the specified SSM document with the specified instances.Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type CreateAssociationBatchResult Modifier and Type Method Description Future<CreateAssociationBatchResult>AbstractAWSSimpleSystemsManagementAsync. createAssociationBatchAsync(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler)Future<CreateAssociationBatchResult>AWSSimpleSystemsManagementAsync. createAssociationBatchAsync(CreateAssociationBatchRequest createAssociationBatchRequest, AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler)Associates the specified SSM document with the specified instances.Future<CreateAssociationBatchResult>AWSSimpleSystemsManagementAsyncClient. createAssociationBatchAsync(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) -
Uses of CreateAssociationBatchResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CreateAssociationBatchResult Modifier and Type Method Description CreateAssociationBatchResultCreateAssociationBatchResult. clone()CreateAssociationBatchResultCreateAssociationBatchResult. withFailed(FailedCreateAssociation... failed)Information about the associations that failed.CreateAssociationBatchResultCreateAssociationBatchResult. withFailed(Collection<FailedCreateAssociation> failed)Information about the associations that failed.CreateAssociationBatchResultCreateAssociationBatchResult. withSuccessful(AssociationDescription... successful)Information about the associations that succeeded.CreateAssociationBatchResultCreateAssociationBatchResult. withSuccessful(Collection<AssociationDescription> successful)Information about the associations that succeeded.
-