Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationRequest
Packages that use CreateAssociationRequest
Package
Description
-
Uses of CreateAssociationRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type CreateAssociationRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.createAssociation(CreateAssociationRequest request) AWSSimpleSystemsManagement.createAssociation(CreateAssociationRequest createAssociationRequest) Associates the specified SSM document with the specified instance.AWSSimpleSystemsManagementClient.createAssociation(CreateAssociationRequest createAssociationRequest) Associates the specified SSM document with the specified instance.AbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request) AbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest, CreateAssociationResult> asyncHandler) AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest) Associates the specified SSM document with the specified instance.AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest, AsyncHandler<CreateAssociationRequest, CreateAssociationResult> asyncHandler) Associates the specified SSM document with the specified instance.AWSSimpleSystemsManagementAsyncClient.createAssociationAsync(CreateAssociationRequest request) AWSSimpleSystemsManagementAsyncClient.createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest, CreateAssociationResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type CreateAssociationRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest, CreateAssociationResult> asyncHandler) AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest, AsyncHandler<CreateAssociationRequest, CreateAssociationResult> asyncHandler) Associates the specified SSM document with the specified instance.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 CreateAssociationRequestModifier and TypeMethodDescriptionCreateAssociationRequest.addParametersEntry(String key, List<String> value) CreateAssociationRequest.clearParametersEntries()Removes all the entries added into Parameters.CreateAssociationRequest.clone()CreateAssociationRequest.withInstanceId(String instanceId) The instance ID.The name of the SSM document.CreateAssociationRequest.withParameters(Map<String, List<String>> parameters) The parameters for the documents runtime configuration.