Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolClientSecretsResponse.Builder
Packages that use ListUserPoolClientSecretsResponse.Builder
-
Uses of ListUserPoolClientSecretsResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListUserPoolClientSecretsResponse.BuilderModifier and TypeMethodDescriptionListUserPoolClientSecretsResponse.builder()ListUserPoolClientSecretsResponse.Builder.clientSecrets(Collection<ClientSecretDescriptorType> clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.ListUserPoolClientSecretsResponse.Builder.clientSecrets(Consumer<ClientSecretDescriptorType.Builder>... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.ListUserPoolClientSecretsResponse.Builder.clientSecrets(ClientSecretDescriptorType... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.The identifier that Amazon Cognito returned with the previous request to this operation.ListUserPoolClientSecretsResponse.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListUserPoolClientSecretsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListUserPoolClientSecretsResponse.Builder>ListUserPoolClientSecretsResponse.serializableBuilderClass()