| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
AccountPolicy |
AccountPolicy.clone() |
AccountPolicy |
PutAccountPolicyResult.getAccountPolicy()
The account policy that you created.
|
AccountPolicy |
AccountPolicy.withAccountId(String accountId)
The Amazon Web Services account ID that the policy applies to.
|
AccountPolicy |
AccountPolicy.withLastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
|
AccountPolicy |
AccountPolicy.withPolicyDocument(String policyDocument)
The policy document for this account policy.
|
AccountPolicy |
AccountPolicy.withPolicyName(String policyName)
The name of the account policy.
|
AccountPolicy |
AccountPolicy.withPolicyType(PolicyType policyType)
The type of policy for this account policy.
|
AccountPolicy |
AccountPolicy.withPolicyType(String policyType)
The type of policy for this account policy.
|
AccountPolicy |
AccountPolicy.withScope(Scope scope)
The scope of the account policy.
|
AccountPolicy |
AccountPolicy.withScope(String scope)
The scope of the account policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountPolicy> |
DescribeAccountPoliciesResult.getAccountPolicies()
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutAccountPolicyResult.setAccountPolicy(AccountPolicy accountPolicy)
The account policy that you created.
|
DescribeAccountPoliciesResult |
DescribeAccountPoliciesResult.withAccountPolicies(AccountPolicy... accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
PutAccountPolicyResult |
PutAccountPolicyResult.withAccountPolicy(AccountPolicy accountPolicy)
The account policy that you created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountPoliciesResult.setAccountPolicies(Collection<AccountPolicy> accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
DescribeAccountPoliciesResult |
DescribeAccountPoliciesResult.withAccountPolicies(Collection<AccountPolicy> accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
Copyright © 2023. All rights reserved.