Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DescribeAssociationResult
Packages that use DescribeAssociationResult
Package
Description
-
Uses of DescribeAssociationResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return DescribeAssociationResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.describeAssociation
(DescribeAssociationRequest request) AWSSimpleSystemsManagement.describeAssociation
(DescribeAssociationRequest describeAssociationRequest) Describes the associations for the specified SSM document or instance.AWSSimpleSystemsManagementClient.describeAssociation
(DescribeAssociationRequest describeAssociationRequest) Describes the associations for the specified SSM document or instance.Methods in com.amazonaws.services.simplesystemsmanagement that return types with arguments of type DescribeAssociationResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.describeAssociationAsync
(DescribeAssociationRequest request) AbstractAWSSimpleSystemsManagementAsync.describeAssociationAsync
(DescribeAssociationRequest request, AsyncHandler<DescribeAssociationRequest, DescribeAssociationResult> asyncHandler) AWSSimpleSystemsManagementAsync.describeAssociationAsync
(DescribeAssociationRequest describeAssociationRequest) Describes the associations for the specified SSM document or instance.AWSSimpleSystemsManagementAsync.describeAssociationAsync
(DescribeAssociationRequest describeAssociationRequest, AsyncHandler<DescribeAssociationRequest, DescribeAssociationResult> asyncHandler) Describes the associations for the specified SSM document or instance.AWSSimpleSystemsManagementAsyncClient.describeAssociationAsync
(DescribeAssociationRequest request) AWSSimpleSystemsManagementAsyncClient.describeAssociationAsync
(DescribeAssociationRequest request, AsyncHandler<DescribeAssociationRequest, DescribeAssociationResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type DescribeAssociationResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.describeAssociationAsync
(DescribeAssociationRequest request, AsyncHandler<DescribeAssociationRequest, DescribeAssociationResult> asyncHandler) AWSSimpleSystemsManagementAsync.describeAssociationAsync
(DescribeAssociationRequest describeAssociationRequest, AsyncHandler<DescribeAssociationRequest, DescribeAssociationResult> asyncHandler) Describes the associations for the specified SSM document or instance.AWSSimpleSystemsManagementAsyncClient.describeAssociationAsync
(DescribeAssociationRequest request, AsyncHandler<DescribeAssociationRequest, DescribeAssociationResult> asyncHandler) -
Uses of DescribeAssociationResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DescribeAssociationResultModifier and TypeMethodDescriptionDescribeAssociationResult.clone()
DescribeAssociationResult.withAssociationDescription
(AssociationDescription associationDescription) Information about the association.