Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeAccountPoliciesRequest.Builder
Packages that use DescribeAccountPoliciesRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DescribeAccountPoliciesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DescribeAccountPoliciesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeAccountPolicies(Consumer<DescribeAccountPoliciesRequest.Builder> describeAccountPoliciesRequest) Returns a list of all CloudWatch Logs account policies in the account.default DescribeAccountPoliciesResponseCloudWatchLogsClient.describeAccountPolicies(Consumer<DescribeAccountPoliciesRequest.Builder> describeAccountPoliciesRequest) Returns a list of all CloudWatch Logs account policies in the account. -
Uses of DescribeAccountPoliciesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DescribeAccountPoliciesRequest.BuilderModifier and TypeMethodDescriptionDescribeAccountPoliciesRequest.Builder.accountIdentifiers(String... accountIdentifiers) If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account observability, you can use this to specify the account ID of a source account.DescribeAccountPoliciesRequest.Builder.accountIdentifiers(Collection<String> accountIdentifiers) If you are using an account that is set up as a monitoring account for CloudWatch unified cross-account observability, you can use this to specify the account ID of a source account.DescribeAccountPoliciesRequest.builder()The token for the next set of items to return.DescribeAccountPoliciesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeAccountPoliciesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeAccountPoliciesRequest.Builder.policyName(String policyName) Use this parameter to limit the returned policies to only the policy with the name that you specify.DescribeAccountPoliciesRequest.Builder.policyType(String policyType) Use this parameter to limit the returned policies to only the policies that match the policy type that you specify.DescribeAccountPoliciesRequest.Builder.policyType(PolicyType policyType) Use this parameter to limit the returned policies to only the policies that match the policy type that you specify.DescribeAccountPoliciesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DescribeAccountPoliciesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeAccountPoliciesRequest.Builder>DescribeAccountPoliciesRequest.serializableBuilderClass()