Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AssociateKmsKeyRequest.Builder
Packages that use AssociateKmsKeyRequest.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 AssociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type AssociateKmsKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<AssociateKmsKeyResponse>CloudWatchLogsAsyncClient.associateKmsKey(Consumer<AssociateKmsKeyRequest.Builder> associateKmsKeyRequest) Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs query insights results in the account.default AssociateKmsKeyResponseCloudWatchLogsClient.associateKmsKey(Consumer<AssociateKmsKeyRequest.Builder> associateKmsKeyRequest) Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs query insights results in the account. -
Uses of AssociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AssociateKmsKeyRequest.BuilderModifier and TypeMethodDescriptionAssociateKmsKeyRequest.builder()The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data.AssociateKmsKeyRequest.Builder.logGroupName(String logGroupName) The name of the log group.AssociateKmsKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateKmsKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateKmsKeyRequest.Builder.resourceIdentifier(String resourceIdentifier) Specifies the target for this operation.AssociateKmsKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AssociateKmsKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateKmsKeyRequest.Builder>AssociateKmsKeyRequest.serializableBuilderClass()