Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutResourcePolicyRequest.Builder
Packages that use PutResourcePolicyRequest.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 PutResourcePolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutResourcePolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Creates or updates a resource policy allowing other Amazon Web Services services to put log events to this account, such as Amazon Route 53.default PutResourcePolicyResponseCloudWatchLogsClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Creates or updates a resource policy allowing other Amazon Web Services services to put log events to this account, such as Amazon Route 53. -
Uses of PutResourcePolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutResourcePolicyRequest.BuilderModifier and TypeMethodDescriptionPutResourcePolicyRequest.builder()PutResourcePolicyRequest.Builder.expectedRevisionId(String expectedRevisionId) The expected revision ID of the resource policy.PutResourcePolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutResourcePolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutResourcePolicyRequest.Builder.policyDocument(String policyDocument) Details of the new policy, including the identity of the principal that is enabled to put logs to this account.PutResourcePolicyRequest.Builder.policyName(String policyName) Name of the new policy.PutResourcePolicyRequest.Builder.resourceArn(String resourceArn) The ARN of the CloudWatch Logs resource to which the resource policy needs to be added or attached.PutResourcePolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutResourcePolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutResourcePolicyRequest.Builder>PutResourcePolicyRequest.serializableBuilderClass()