Java com.amazonaws.services.kms.model CreateKeyRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kms.model CreateKeyRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kms.model CreateKeyRequest.

The text is from its open source code.

Constructor

Method

voidsetDescription(String description)

A description of the CMK.

voidsetKeyUsage(String keyUsage)

Determines the cryptographic operations for which you can use the CMK.

voidsetKeyUsage(KeyUsageType keyUsage)

Determines the cryptographic operations for which you can use the CMK.

voidsetPolicy(String policy)

The key policy to attach to the CMK.