Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnCredentialDescription.Builder
Packages that use WebAuthnCredentialDescription.Builder
-
Uses of WebAuthnCredentialDescription.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return WebAuthnCredentialDescription.BuilderModifier and TypeMethodDescriptionWebAuthnCredentialDescription.Builder.authenticatorAttachment(String authenticatorAttachment) The general category of the passkey authenticator.WebAuthnCredentialDescription.Builder.authenticatorTransports(String... authenticatorTransports) Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.WebAuthnCredentialDescription.Builder.authenticatorTransports(Collection<String> authenticatorTransports) Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.WebAuthnCredentialDescription.builder()The date and time when the item was created.WebAuthnCredentialDescription.Builder.credentialId(String credentialId) The unique identifier of the passkey credential.WebAuthnCredentialDescription.Builder.friendlyCredentialName(String friendlyCredentialName) An automatically-generated friendly name for the passkey credential.WebAuthnCredentialDescription.Builder.relyingPartyId(String relyingPartyId) The relying-party ID of the provider for the passkey credential.WebAuthnCredentialDescription.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type WebAuthnCredentialDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WebAuthnCredentialDescription.Builder>WebAuthnCredentialDescription.serializableBuilderClass()