Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CreateAssociationResult
-
Packages that use CreateAssociationResult Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CreateAssociationResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return CreateAssociationResult Modifier and Type Method Description CreateAssociationResult
AbstractAWSSimpleSystemsManagement. createAssociation(CreateAssociationRequest request)
CreateAssociationResult
AWSSimpleSystemsManagement. createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified SSM document with the specified instance.CreateAssociationResult
AWSSimpleSystemsManagementClient. createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified SSM document with the specified instance.Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type CreateAssociationResult 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 CreateAssociationResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CreateAssociationResult Modifier and Type Method Description CreateAssociationResult
CreateAssociationResult. clone()
CreateAssociationResult
CreateAssociationResult. withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
-