Uses of Interface
software.amazon.awssdk.services.kms.model.XksKeyConfigurationType.Builder
-
Packages that use XksKeyConfigurationType.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of XksKeyConfigurationType.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksKeyConfigurationType.Builder Modifier and Type Method Description static XksKeyConfigurationType.BuilderXksKeyConfigurationType. builder()XksKeyConfigurationType.BuilderXksKeyConfigurationType.Builder. id(String id)The ID of the external key in its external key manager.XksKeyConfigurationType.BuilderXksKeyConfigurationType. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type XksKeyConfigurationType.Builder Modifier and Type Method Description static Class<? extends XksKeyConfigurationType.Builder>XksKeyConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type XksKeyConfigurationType.Builder Modifier and Type Method Description default KeyMetadata.BuilderKeyMetadata.Builder. xksKeyConfiguration(Consumer<XksKeyConfigurationType.Builder> xksKeyConfiguration)Information about the external key that is associated with a KMS key in an external key store.
-