Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.AssociateDatasetKmsKeyRequest.Builder
Packages that use AssociateDatasetKmsKeyRequest.Builder
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 AssociateDatasetKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type AssociateDatasetKmsKeyRequest.BuilderModifier 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.default 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. -
Uses of AssociateDatasetKmsKeyRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AssociateDatasetKmsKeyRequest.BuilderModifier and TypeMethodDescriptionAssociateDatasetKmsKeyRequest.builder()AssociateDatasetKmsKeyRequest.Builder.datasetIdentifier(String datasetIdentifier) Specifies the identifier of the dataset that you want to associate the KMS key with.Specifies the Amazon Resource Name (ARN) of the customer managed KMS key to associate with the dataset.AssociateDatasetKmsKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateDatasetKmsKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateDatasetKmsKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AssociateDatasetKmsKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateDatasetKmsKeyRequest.Builder>AssociateDatasetKmsKeyRequest.serializableBuilderClass()