Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListResourceServersRequest
-
Packages that use ListResourceServersRequest Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.paginators software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of ListResourceServersRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type ListResourceServersRequest Modifier and Type Method Description default CompletableFuture<ListResourceServersResponse>CognitoIdentityProviderAsyncClient. listResourceServers(ListResourceServersRequest listResourceServersRequest)Lists the resource servers for a user pool.default ListResourceServersResponseCognitoIdentityProviderClient. listResourceServers(ListResourceServersRequest listResourceServersRequest)Lists the resource servers for a user pool.default ListResourceServersPublisherCognitoIdentityProviderAsyncClient. listResourceServersPaginator(ListResourceServersRequest listResourceServersRequest)default ListResourceServersIterableCognitoIdentityProviderClient. listResourceServersPaginator(ListResourceServersRequest listResourceServersRequest) -
Uses of ListResourceServersRequest in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Constructors in software.amazon.awssdk.services.cognitoidentityprovider.paginators with parameters of type ListResourceServersRequest Constructor Description ListResourceServersIterable(CognitoIdentityProviderClient client, ListResourceServersRequest firstRequest)ListResourceServersPublisher(CognitoIdentityProviderAsyncClient client, ListResourceServersRequest firstRequest) -
Uses of ListResourceServersRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type ListResourceServersRequest Modifier and Type Method Description SdkHttpFullRequestListResourceServersRequestMarshaller. marshall(ListResourceServersRequest listResourceServersRequest)
-