Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IndexPolicy
-
Packages that use IndexPolicy Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of IndexPolicy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IndexPolicy Modifier and Type Method Description 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 IndexPolicy Modifier and Type Method Description List<IndexPolicy>DescribeIndexPoliciesResponse. indexPolicies()An array containing the field index policies.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IndexPolicy Modifier and Type Method Description DescribeIndexPoliciesResponse.BuilderDescribeIndexPoliciesResponse.Builder. indexPolicies(IndexPolicy... indexPolicies)An array containing the field index policies.PutIndexPolicyResponse.BuilderPutIndexPolicyResponse.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 IndexPolicy Modifier and Type Method Description DescribeIndexPoliciesResponse.BuilderDescribeIndexPoliciesResponse.Builder. indexPolicies(Collection<IndexPolicy> indexPolicies)An array containing the field index policies.
-