Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ResourceControlPolicyRestriction
-
Packages that use ResourceControlPolicyRestriction Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ResourceControlPolicyRestriction in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ResourceControlPolicyRestriction Modifier and Type Method Description static ResourceControlPolicyRestrictionResourceControlPolicyRestriction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceControlPolicyRestrictionAccessPreviewFinding. resourceControlPolicyRestriction()The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).ResourceControlPolicyRestrictionExternalAccessDetails. resourceControlPolicyRestriction()The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).ResourceControlPolicyRestrictionFinding. resourceControlPolicyRestriction()The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).ResourceControlPolicyRestrictionFindingSummary. resourceControlPolicyRestriction()The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).static ResourceControlPolicyRestrictionResourceControlPolicyRestriction. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceControlPolicyRestriction[]ResourceControlPolicyRestriction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ResourceControlPolicyRestriction Modifier and Type Method Description static Set<ResourceControlPolicyRestriction>ResourceControlPolicyRestriction. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type ResourceControlPolicyRestriction Modifier and Type Method Description AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. resourceControlPolicyRestriction(ResourceControlPolicyRestriction resourceControlPolicyRestriction)The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).ExternalAccessDetails.BuilderExternalAccessDetails.Builder. resourceControlPolicyRestriction(ResourceControlPolicyRestriction resourceControlPolicyRestriction)The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).Finding.BuilderFinding.Builder. resourceControlPolicyRestriction(ResourceControlPolicyRestriction resourceControlPolicyRestriction)The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).FindingSummary.BuilderFindingSummary.Builder. resourceControlPolicyRestriction(ResourceControlPolicyRestriction resourceControlPolicyRestriction)The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).
-