Uses of Class
software.amazon.awssdk.services.iot.model.ResourceIdentifier
-
Packages that use ResourceIdentifier Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ResourceIdentifier in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifier
AuditSuppression. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.ResourceIdentifier
CreateAuditSuppressionRequest. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.ResourceIdentifier
DeleteAuditSuppressionRequest. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.ResourceIdentifier
DescribeAuditSuppressionRequest. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.ResourceIdentifier
DescribeAuditSuppressionResponse. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.ResourceIdentifier
ListAuditFindingsRequest. resourceIdentifier()
Information identifying the noncompliant resource.ResourceIdentifier
ListAuditSuppressionsRequest. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.ResourceIdentifier
NonCompliantResource. resourceIdentifier()
Information that identifies the noncompliant resource.ResourceIdentifier
RelatedResource. resourceIdentifier()
Information that identifies the resource.ResourceIdentifier
UpdateAuditSuppressionRequest. resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.Methods in software.amazon.awssdk.services.iot.model with parameters of type ResourceIdentifier Modifier and Type Method Description AuditSuppression.Builder
AuditSuppression.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.CreateAuditSuppressionRequest.Builder
CreateAuditSuppressionRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.DeleteAuditSuppressionRequest.Builder
DeleteAuditSuppressionRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.DescribeAuditSuppressionRequest.Builder
DescribeAuditSuppressionRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.DescribeAuditSuppressionResponse.Builder
DescribeAuditSuppressionResponse.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.ListAuditFindingsRequest.Builder
ListAuditFindingsRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.ListAuditSuppressionsRequest.Builder
ListAuditSuppressionsRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.NonCompliantResource.Builder
NonCompliantResource.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.RelatedResource.Builder
RelatedResource.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the resource.UpdateAuditSuppressionRequest.Builder
UpdateAuditSuppressionRequest.Builder. resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.
-