Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationRequest
-
Packages that use CreateAssociationRequest Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CreateAssociationRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type CreateAssociationRequest Modifier and Type Method Description CreateAssociationResultAbstractAWSSimpleSystemsManagement. createAssociation(CreateAssociationRequest request)CreateAssociationResultAWSSimpleSystemsManagement. createAssociation(CreateAssociationRequest createAssociationRequest)Associates the specified SSM document with the specified instance.CreateAssociationResultAWSSimpleSystemsManagementClient. createAssociation(CreateAssociationRequest createAssociationRequest)Associates the specified SSM document with the specified instance.Future<CreateAssociationResult>AbstractAWSSimpleSystemsManagementAsync. createAssociationAsync(CreateAssociationRequest request)Future<CreateAssociationResult>AbstractAWSSimpleSystemsManagementAsync. createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)Future<CreateAssociationResult>AWSSimpleSystemsManagementAsync. createAssociationAsync(CreateAssociationRequest createAssociationRequest)Associates the specified SSM document with the specified instance.Future<CreateAssociationResult>AWSSimpleSystemsManagementAsync. createAssociationAsync(CreateAssociationRequest createAssociationRequest, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)Associates the specified SSM document with the specified instance.Future<CreateAssociationResult>AWSSimpleSystemsManagementAsyncClient. createAssociationAsync(CreateAssociationRequest request)Future<CreateAssociationResult>AWSSimpleSystemsManagementAsyncClient. createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type CreateAssociationRequest Modifier and Type Method Description Future<CreateAssociationResult>AbstractAWSSimpleSystemsManagementAsync. createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)Future<CreateAssociationResult>AWSSimpleSystemsManagementAsync. createAssociationAsync(CreateAssociationRequest createAssociationRequest, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)Associates the specified SSM document with the specified instance.Future<CreateAssociationResult>AWSSimpleSystemsManagementAsyncClient. createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) -
Uses of CreateAssociationRequest in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CreateAssociationRequest Modifier and Type Method Description CreateAssociationRequestCreateAssociationRequest. addParametersEntry(String key, List<String> value)CreateAssociationRequestCreateAssociationRequest. clearParametersEntries()Removes all the entries added into Parameters.CreateAssociationRequestCreateAssociationRequest. clone()CreateAssociationRequestCreateAssociationRequest. withInstanceId(String instanceId)The instance ID.CreateAssociationRequestCreateAssociationRequest. withName(String name)The name of the SSM document.CreateAssociationRequestCreateAssociationRequest. withParameters(Map<String,List<String>> parameters)The parameters for the documents runtime configuration.
-