| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifier |
ResourceIdentifier.clone() |
ResourceIdentifier |
RelatedResource.getResourceIdentifier()
Information identifying the resource.
|
ResourceIdentifier |
NonCompliantResource.getResourceIdentifier()
Information identifying the non-compliant resource.
|
ResourceIdentifier |
ListAuditFindingsRequest.getResourceIdentifier()
Information identifying the non-compliant resource.
|
ResourceIdentifier |
ResourceIdentifier.withAccount(String account)
The account with which the resource is associated.
|
ResourceIdentifier |
ResourceIdentifier.withCaCertificateId(String caCertificateId)
The ID of the CA certificate used to authorize the certificate.
|
ResourceIdentifier |
ResourceIdentifier.withClientId(String clientId)
The client ID.
|
ResourceIdentifier |
ResourceIdentifier.withCognitoIdentityPoolId(String cognitoIdentityPoolId)
The ID of the Cognito Identity Pool.
|
ResourceIdentifier |
ResourceIdentifier.withDeviceCertificateId(String deviceCertificateId)
The ID of the certificate attached to the resource.
|
ResourceIdentifier |
ResourceIdentifier.withPolicyVersionIdentifier(PolicyVersionIdentifier policyVersionIdentifier)
The version of the policy associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedResource.setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the resource.
|
void |
NonCompliantResource.setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
void |
ListAuditFindingsRequest.setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
RelatedResource |
RelatedResource.withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the resource.
|
NonCompliantResource |
NonCompliantResource.withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
ListAuditFindingsRequest |
ListAuditFindingsRequest.withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
Copyright © 2019. All rights reserved.