Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AssociateKmsKeyRequest.Builder
-
Packages that use AssociateKmsKeyRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of AssociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type AssociateKmsKeyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest. builder()AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest.Builder. kmsKeyId(String kmsKeyId)The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data.AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest.Builder. logGroupName(String logGroupName)The name of the log group.AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest.Builder. resourceIdentifier(String resourceIdentifier)Specifies the target for this operation.AssociateKmsKeyRequest.BuilderAssociateKmsKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AssociateKmsKeyRequest.Builder Modifier and Type Method Description static Class<? extends AssociateKmsKeyRequest.Builder>AssociateKmsKeyRequest. serializableBuilderClass()
-