Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteAccountPolicyRequest.Builder
Packages that use DeleteAccountPolicyRequest.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 DeleteAccountPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DeleteAccountPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteAccountPolicy(Consumer<DeleteAccountPolicyRequest.Builder> deleteAccountPolicyRequest) Deletes a CloudWatch Logs account policy.default DeleteAccountPolicyResponseCloudWatchLogsClient.deleteAccountPolicy(Consumer<DeleteAccountPolicyRequest.Builder> deleteAccountPolicyRequest) Deletes a CloudWatch Logs account policy. -
Uses of DeleteAccountPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeleteAccountPolicyRequest.BuilderModifier and TypeMethodDescriptionDeleteAccountPolicyRequest.builder()DeleteAccountPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteAccountPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteAccountPolicyRequest.Builder.policyName(String policyName) The name of the policy to delete.DeleteAccountPolicyRequest.Builder.policyType(String policyType) The type of policy to delete.DeleteAccountPolicyRequest.Builder.policyType(PolicyType policyType) The type of policy to delete.DeleteAccountPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeleteAccountPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteAccountPolicyRequest.Builder>DeleteAccountPolicyRequest.serializableBuilderClass()