Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.CreateKeyResponse.Builder
-
Packages that use CreateKeyResponse.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of CreateKeyResponse.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return CreateKeyResponse.Builder Modifier and Type Method Description static CreateKeyResponse.BuilderCreateKeyResponse. builder()default CreateKeyResponse.BuilderCreateKeyResponse.Builder. key(Consumer<Key.Builder> key)The key material that contains all the key attributes.CreateKeyResponse.BuilderCreateKeyResponse.Builder. key(Key key)The key material that contains all the key attributes.CreateKeyResponse.BuilderCreateKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type CreateKeyResponse.Builder Modifier and Type Method Description static Class<? extends CreateKeyResponse.Builder>CreateKeyResponse. serializableBuilderClass()
-