Interface ListWebAuthnCredentialsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<ListWebAuthnCredentialsResponse.Builder,,ListWebAuthnCredentialsResponse> SdkBuilder<ListWebAuthnCredentialsResponse.Builder,,ListWebAuthnCredentialsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListWebAuthnCredentialsResponse
@Mutable
@NotThreadSafe
public static interface ListWebAuthnCredentialsResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ListWebAuthnCredentialsResponse.Builder,ListWebAuthnCredentialsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncredentials(Collection<WebAuthnCredentialDescription> credentials) A list of registered passkeys for a user.credentials(Consumer<WebAuthnCredentialDescription.Builder>... credentials) A list of registered passkeys for a user.credentials(WebAuthnCredentialDescription... credentials) A list of registered passkeys for a user.The identifier that Amazon Cognito returned with the previous request to this operation.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
credentials
ListWebAuthnCredentialsResponse.Builder credentials(Collection<WebAuthnCredentialDescription> credentials) A list of registered passkeys for a user.
- Parameters:
 credentials- A list of registered passkeys for a user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
credentials
A list of registered passkeys for a user.
- Parameters:
 credentials- A list of registered passkeys for a user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
credentials
ListWebAuthnCredentialsResponse.Builder credentials(Consumer<WebAuthnCredentialDescription.Builder>... credentials) A list of registered passkeys for a user.
This is a convenience method that creates an instance of theWebAuthnCredentialDescription.Builderavoiding the need to create one manually viaWebAuthnCredentialDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(List<WebAuthnCredentialDescription>).- Parameters:
 credentials- a consumer that will call methods onWebAuthnCredentialDescription.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
- Parameters:
 nextToken- The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -