Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AssociateDatasetKmsKeyResponse
Packages that use AssociateDatasetKmsKeyResponse
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
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.