Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationBatchRequestEntry
-
Packages that use CreateAssociationBatchRequestEntry Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CreateAssociationBatchRequestEntry in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CreateAssociationBatchRequestEntry Modifier and Type Method Description CreateAssociationBatchRequestEntryCreateAssociationBatchRequestEntry. addParametersEntry(String key, List<String> value)CreateAssociationBatchRequestEntryCreateAssociationBatchRequestEntry. clearParametersEntries()Removes all the entries added into Parameters.CreateAssociationBatchRequestEntryCreateAssociationBatchRequestEntry. clone()CreateAssociationBatchRequestEntryFailedCreateAssociation. getEntry()The association.CreateAssociationBatchRequestEntryCreateAssociationBatchRequestEntry. withInstanceId(String instanceId)The ID of the instance.CreateAssociationBatchRequestEntryCreateAssociationBatchRequestEntry. withName(String name)The name of the configuration document.CreateAssociationBatchRequestEntryCreateAssociationBatchRequestEntry. withParameters(Map<String,List<String>> parameters)A description of the parameters for a document.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type CreateAssociationBatchRequestEntry Modifier and Type Method Description List<CreateAssociationBatchRequestEntry>CreateAssociationBatchRequest. getEntries()One or more associations.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CreateAssociationBatchRequestEntry Modifier and Type Method Description voidFailedCreateAssociation. setEntry(CreateAssociationBatchRequestEntry entry)The association.CreateAssociationBatchRequestCreateAssociationBatchRequest. withEntries(CreateAssociationBatchRequestEntry... entries)One or more associations.FailedCreateAssociationFailedCreateAssociation. withEntry(CreateAssociationBatchRequestEntry entry)The association.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type CreateAssociationBatchRequestEntry Modifier and Type Method Description voidCreateAssociationBatchRequest. setEntries(Collection<CreateAssociationBatchRequestEntry> entries)One or more associations.CreateAssociationBatchRequestCreateAssociationBatchRequest. withEntries(Collection<CreateAssociationBatchRequestEntry> entries)One or more associations.
-