Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DisassociateDatasetKmsKeyResponse
Packages that use DisassociateDatasetKmsKeyResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of DisassociateDatasetKmsKeyResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return DisassociateDatasetKmsKeyResponseModifier and TypeMethodDescriptionCloudWatchClient.disassociateDatasetKmsKey(Consumer<DisassociateDatasetKmsKeyRequest.Builder> disassociateDatasetKmsKeyRequest) Removes the customer managed Amazon Web Services Key Management Service (Amazon Web Services KMS) key association from the specified dataset.CloudWatchClient.disassociateDatasetKmsKey(DisassociateDatasetKmsKeyRequest disassociateDatasetKmsKeyRequest) Removes the customer managed Amazon Web Services Key Management Service (Amazon Web Services KMS) key association from the specified dataset.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type DisassociateDatasetKmsKeyResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.disassociateDatasetKmsKey(Consumer<DisassociateDatasetKmsKeyRequest.Builder> disassociateDatasetKmsKeyRequest) Removes the customer managed Amazon Web Services Key Management Service (Amazon Web Services KMS) key association from the specified dataset.CloudWatchAsyncClient.disassociateDatasetKmsKey(DisassociateDatasetKmsKeyRequest disassociateDatasetKmsKeyRequest) Removes the customer managed Amazon Web Services Key Management Service (Amazon Web Services KMS) key association from the specified dataset.