Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PolicyScope
-
Packages that use PolicyScope Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PolicyScope in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PolicyScope Modifier and Type Method Description static PolicyScopePolicyScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicyScopeDescribeResourcePoliciesRequest. policyScope()Specifies the scope of the resource policy.PolicyScopeResourcePolicy. policyScope()Specifies scope of the resource policy.static PolicyScopePolicyScope. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyScope[]PolicyScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PolicyScope Modifier and Type Method Description static Set<PolicyScope>PolicyScope. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type PolicyScope Modifier and Type Method Description DescribeResourcePoliciesRequest.BuilderDescribeResourcePoliciesRequest.Builder. policyScope(PolicyScope policyScope)Specifies the scope of the resource policy.ResourcePolicy.BuilderResourcePolicy.Builder. policyScope(PolicyScope policyScope)Specifies scope of the resource policy.
-