Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ClientSecretDescriptorType
Packages that use ClientSecretDescriptorType
-
Uses of ClientSecretDescriptorType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ClientSecretDescriptorTypeModifier and TypeMethodDescriptionAddUserPoolClientSecretResponse.clientSecretDescriptor()The details of the newly created client secret, including its unique identifier and creation timestamp.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ClientSecretDescriptorTypeModifier and TypeMethodDescriptionfinal List<ClientSecretDescriptorType>ListUserPoolClientSecretsResponse.clientSecrets()A list of client secret descriptors containing the identifier and creation date for each secret.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ClientSecretDescriptorTypeModifier and TypeMethodDescriptionAddUserPoolClientSecretResponse.Builder.clientSecretDescriptor(ClientSecretDescriptorType clientSecretDescriptor) The details of the newly created client secret, including its unique identifier and creation timestamp.ListUserPoolClientSecretsResponse.Builder.clientSecrets(ClientSecretDescriptorType... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ClientSecretDescriptorTypeModifier and TypeMethodDescriptionListUserPoolClientSecretsResponse.Builder.clientSecrets(Collection<ClientSecretDescriptorType> clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.