Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ComplianceByResource> |
DescribeComplianceByResourceResult.complianceByResources
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Modifier and Type | Method and Description |
---|---|
ComplianceByResource |
ComplianceByResource.clone() |
ComplianceByResource |
ComplianceByResource.withCompliance(Compliance compliance)
Indicates whether the AWS resource complies with all of the AWS Config
rules that evaluated it.
|
ComplianceByResource |
ComplianceByResource.withResourceId(java.lang.String resourceId)
The ID of the AWS resource that was evaluated.
|
ComplianceByResource |
ComplianceByResource.withResourceType(java.lang.String resourceType)
The type of the AWS resource that was evaluated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ComplianceByResource> |
DescribeComplianceByResourceResult.getComplianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Modifier and Type | Method and Description |
---|---|
DescribeComplianceByResourceResult |
DescribeComplianceByResourceResult.withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeComplianceByResourceResult.setComplianceByResources(java.util.Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
DescribeComplianceByResourceResult |
DescribeComplianceByResourceResult.withComplianceByResources(java.util.Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Modifier and Type | Method and Description |
---|---|
ComplianceByResource |
ComplianceByResourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ComplianceByResourceJsonMarshaller.marshall(ComplianceByResource complianceByResource,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|