Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AccountPolicy
-
Packages that use AccountPolicy Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of AccountPolicy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AccountPolicy Modifier and Type Method Description AccountPolicyPutAccountPolicyResponse. accountPolicy()The account policy that you created.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AccountPolicy Modifier and Type Method Description List<AccountPolicy>DescribeAccountPoliciesResponse. accountPolicies()An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AccountPolicy Modifier and Type Method Description DescribeAccountPoliciesResponse.BuilderDescribeAccountPoliciesResponse.Builder. accountPolicies(AccountPolicy... accountPolicies)An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.PutAccountPolicyResponse.BuilderPutAccountPolicyResponse.Builder. accountPolicy(AccountPolicy accountPolicy)The account policy that you created.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AccountPolicy Modifier and Type Method Description DescribeAccountPoliciesResponse.BuilderDescribeAccountPoliciesResponse.Builder. accountPolicies(Collection<AccountPolicy> accountPolicies)An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
-