Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ExportKeyResponse.Builder
-
Packages that use ExportKeyResponse.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportKeyResponse.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportKeyResponse.Builder Modifier and Type Method Description static ExportKeyResponse.BuilderExportKeyResponse. builder()ExportKeyResponse.BuilderExportKeyResponse. toBuilder()default ExportKeyResponse.BuilderExportKeyResponse.Builder. wrappedKey(Consumer<WrappedKey.Builder> wrappedKey)The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock.ExportKeyResponse.BuilderExportKeyResponse.Builder. wrappedKey(WrappedKey wrappedKey)The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ExportKeyResponse.Builder Modifier and Type Method Description static Class<? extends ExportKeyResponse.Builder>ExportKeyResponse. serializableBuilderClass()
-