Java com.amazonaws.services.config.model Evaluation fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.config.model Evaluation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.config.model Evaluation.

The text is from its open source code.

Constructor

Method

voidsetComplianceResourceId(String complianceResourceId)

The ID of the AWS resource that was evaluated.

voidsetComplianceResourceType(String complianceResourceType)

The type of AWS resource that was evaluated.

voidsetComplianceType(String complianceType)

Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

voidsetComplianceType(ComplianceType complianceType)

Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

voidsetOrderingTimestamp(java.util.Date orderingTimestamp)

The time of the event in AWS Config that triggered the evaluation.