Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.IdentityPoolShortDescription
-
Packages that use IdentityPoolShortDescription Package Description software.amazon.awssdk.services.cognitoidentity.model software.amazon.awssdk.services.cognitoidentity.paginators -
-
Uses of IdentityPoolShortDescription in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type IdentityPoolShortDescription Modifier and Type Method Description List<IdentityPoolShortDescription>ListIdentityPoolsResponse. identityPools()The identity pools returned by the ListIdentityPools action.Methods in software.amazon.awssdk.services.cognitoidentity.model with parameters of type IdentityPoolShortDescription Modifier and Type Method Description ListIdentityPoolsResponse.BuilderListIdentityPoolsResponse.Builder. identityPools(IdentityPoolShortDescription... identityPools)The identity pools returned by the ListIdentityPools action.Method parameters in software.amazon.awssdk.services.cognitoidentity.model with type arguments of type IdentityPoolShortDescription Modifier and Type Method Description ListIdentityPoolsResponse.BuilderListIdentityPoolsResponse.Builder. identityPools(Collection<IdentityPoolShortDescription> identityPools)The identity pools returned by the ListIdentityPools action. -
Uses of IdentityPoolShortDescription in software.amazon.awssdk.services.cognitoidentity.paginators
Methods in software.amazon.awssdk.services.cognitoidentity.paginators that return types with arguments of type IdentityPoolShortDescription Modifier and Type Method Description SdkIterable<IdentityPoolShortDescription>ListIdentityPoolsIterable. identityPools()Returns an iterable to iterate through the paginatedListIdentityPoolsResponse.identityPools()member.SdkPublisher<IdentityPoolShortDescription>ListIdentityPoolsPublisher. identityPools()Returns a publisher that can be used to get a stream of data.
-