Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ProviderDescription
Packages that use ProviderDescription
Package
Description
-
Uses of ProviderDescription in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ProviderDescriptionModifier and TypeMethodDescriptionfinal List<ProviderDescription>ListIdentityProvidersResponse.providers()An array of the IdPs in your user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ProviderDescriptionModifier and TypeMethodDescriptionListIdentityProvidersResponse.Builder.providers(ProviderDescription... providers) An array of the IdPs in your user pool.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ProviderDescriptionModifier and TypeMethodDescriptionListIdentityProvidersResponse.Builder.providers(Collection<ProviderDescription> providers) An array of the IdPs in your user pool. -
Uses of ProviderDescription in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ProviderDescriptionModifier and TypeMethodDescriptionfinal SdkIterable<ProviderDescription>ListIdentityProvidersIterable.providers()Returns an iterable to iterate through the paginatedListIdentityProvidersResponse.providers()member.final SdkPublisher<ProviderDescription>ListIdentityProvidersPublisher.providers()Returns a publisher that can be used to get a stream of data.