Uses of Class
io.gs2.identifier.request.DescribePasswordsRequest
Packages that use DescribePasswordsRequest
-
Uses of DescribePasswordsRequest in io.gs2.identifier
Methods in io.gs2.identifier with parameters of type DescribePasswordsRequestModifier and TypeMethodDescriptionGs2IdentifierRestClient.describePasswords(DescribePasswordsRequest request) voidGs2IdentifierRestClient.describePasswordsAsync(DescribePasswordsRequest request, AsyncAction<AsyncResult<DescribePasswordsResult>> callback) -
Uses of DescribePasswordsRequest in io.gs2.identifier.request
Methods in io.gs2.identifier.request that return DescribePasswordsRequestModifier and TypeMethodDescriptionstatic DescribePasswordsRequestDescribePasswordsRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribePasswordsRequest.withPageToken(String pageToken) DescribePasswordsRequest.withUserName(String userName)