Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.PolicyType
Packages that use PolicyType
-
Uses of PolicyType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PolicyTypeModifier and TypeMethodDescriptionstatic PolicyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PolicyTypeAccountPolicy.policyType()The type of policy for this account policy.final PolicyTypeDeleteAccountPolicyRequest.policyType()The type of policy to delete.final PolicyTypeDescribeAccountPoliciesRequest.policyType()Use this parameter to limit the returned policies to only the policies that match the policy type that you specify.final PolicyTypePutAccountPolicyRequest.policyType()The type of policy that you're creating or updating.static PolicyTypeReturns the enum constant of this type with the specified name.static PolicyType[]PolicyType.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 PolicyTypeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type PolicyTypeModifier and TypeMethodDescriptionAccountPolicy.Builder.policyType(PolicyType policyType) The type of policy for this account policy.DeleteAccountPolicyRequest.Builder.policyType(PolicyType policyType) The type of policy to delete.DescribeAccountPoliciesRequest.Builder.policyType(PolicyType policyType) Use this parameter to limit the returned policies to only the policies that match the policy type that you specify.PutAccountPolicyRequest.Builder.policyType(PolicyType policyType) The type of policy that you're creating or updating.