Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.PolicyScope
Packages that use PolicyScope
-
Uses of PolicyScope in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PolicyScopeModifier and TypeMethodDescriptionstatic PolicyScopeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PolicyScopeDescribeResourcePoliciesRequest.policyScope()Specifies the scope of the resource policy.final PolicyScopeResourcePolicy.policyScope()Specifies scope of the resource policy.static PolicyScopeReturns 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 PolicyScopeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type PolicyScopeModifier and TypeMethodDescriptionDescribeResourcePoliciesRequest.Builder.policyScope(PolicyScope policyScope) Specifies the scope of the resource policy.ResourcePolicy.Builder.policyScope(PolicyScope policyScope) Specifies scope of the resource policy.