Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AssociateDatasetKmsKeyResponse
Packages that use AssociateDatasetKmsKeyResponse
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 AssociateDatasetKmsKeyResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return AssociateDatasetKmsKeyResponseModifier and TypeMethodDescriptiondefault AssociateDatasetKmsKeyResponseCloudWatchClient.associateDatasetKmsKey(Consumer<AssociateDatasetKmsKeyRequest.Builder> associateDatasetKmsKeyRequest) Associates an Amazon Web Services Key Management Service (Amazon Web Services KMS) customer managed key with the specified dataset.default AssociateDatasetKmsKeyResponseCloudWatchClient.associateDatasetKmsKey(AssociateDatasetKmsKeyRequest associateDatasetKmsKeyRequest) Associates an Amazon Web Services Key Management Service (Amazon Web Services KMS) customer managed key with the specified dataset.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type AssociateDatasetKmsKeyResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.associateDatasetKmsKey(Consumer<AssociateDatasetKmsKeyRequest.Builder> associateDatasetKmsKeyRequest) Associates an Amazon Web Services Key Management Service (Amazon Web Services KMS) customer managed key with the specified dataset.CloudWatchAsyncClient.associateDatasetKmsKey(AssociateDatasetKmsKeyRequest associateDatasetKmsKeyRequest) Associates an Amazon Web Services Key Management Service (Amazon Web Services KMS) customer managed key with the specified dataset.