Uses of Interface
software.amazon.awssdk.services.kms.model.ImportKeyMaterialResponse.Builder
-
Packages that use ImportKeyMaterialResponse.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ImportKeyMaterialResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ImportKeyMaterialResponse.Builder Modifier and Type Method Description static ImportKeyMaterialResponse.BuilderImportKeyMaterialResponse. builder()ImportKeyMaterialResponse.BuilderImportKeyMaterialResponse.Builder. keyId(String keyId)The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.ImportKeyMaterialResponse.BuilderImportKeyMaterialResponse.Builder. keyMaterialId(String keyMaterialId)Identifies the imported key material.ImportKeyMaterialResponse.BuilderImportKeyMaterialResponse. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ImportKeyMaterialResponse.Builder Modifier and Type Method Description static Class<? extends ImportKeyMaterialResponse.Builder>ImportKeyMaterialResponse. serializableBuilderClass()
-