Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IndexPolicy
Packages that use IndexPolicy
-
Uses of IndexPolicy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IndexPolicyModifier and TypeMethodDescriptionfinal IndexPolicyPutIndexPolicyResponse.indexPolicy()The index policy that you just created or updated.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IndexPolicyModifier and TypeMethodDescriptionfinal List<IndexPolicy>DescribeIndexPoliciesResponse.indexPolicies()An array containing the field index policies.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IndexPolicyModifier and TypeMethodDescriptionDescribeIndexPoliciesResponse.Builder.indexPolicies(IndexPolicy... indexPolicies) An array containing the field index policies.PutIndexPolicyResponse.Builder.indexPolicy(IndexPolicy indexPolicy) The index policy that you just created or updated.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type IndexPolicyModifier and TypeMethodDescriptionDescribeIndexPoliciesResponse.Builder.indexPolicies(Collection<IndexPolicy> indexPolicies) An array containing the field index policies.