Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AccountPolicy
Packages that use AccountPolicy
-
Uses of AccountPolicy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AccountPolicyModifier and TypeMethodDescriptionfinal AccountPolicyPutAccountPolicyResponse.accountPolicy()The account policy that you created.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AccountPolicyModifier and TypeMethodDescriptionfinal 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 AccountPolicyModifier and TypeMethodDescriptionDescribeAccountPoliciesResponse.Builder.accountPolicies(AccountPolicy... accountPolicies) An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.PutAccountPolicyResponse.Builder.accountPolicy(AccountPolicy accountPolicy) The account policy that you created.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AccountPolicyModifier and TypeMethodDescriptionDescribeAccountPoliciesResponse.Builder.accountPolicies(Collection<AccountPolicy> accountPolicies) An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.