Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DisassociateKmsKeyRequest.Builder
Packages that use DisassociateKmsKeyRequest.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 DisassociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DisassociateKmsKeyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.disassociateKmsKey(Consumer<DisassociateKmsKeyRequest.Builder> disassociateKmsKeyRequest) Disassociates the specified KMS key from the specified log group or from all CloudWatch Logs Insights query results in the account.default DisassociateKmsKeyResponseCloudWatchLogsClient.disassociateKmsKey(Consumer<DisassociateKmsKeyRequest.Builder> disassociateKmsKeyRequest) Disassociates the specified KMS key from the specified log group or from all CloudWatch Logs Insights query results in the account. -
Uses of DisassociateKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DisassociateKmsKeyRequest.BuilderModifier and TypeMethodDescriptionDisassociateKmsKeyRequest.builder()DisassociateKmsKeyRequest.Builder.logGroupName(String logGroupName) The name of the log group.DisassociateKmsKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateKmsKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisassociateKmsKeyRequest.Builder.resourceIdentifier(String resourceIdentifier) Specifies the target for this operation.DisassociateKmsKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DisassociateKmsKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateKmsKeyRequest.Builder>DisassociateKmsKeyRequest.serializableBuilderClass()