Uses of Class
com.amazonaws.services.cognitoidentity.model.DeleteIdentityPoolResult
-
Packages that use DeleteIdentityPoolResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of DeleteIdentityPoolResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return DeleteIdentityPoolResult Modifier and Type Method Description DeleteIdentityPoolResultAbstractAmazonCognitoIdentity. deleteIdentityPool(DeleteIdentityPoolRequest request)DeleteIdentityPoolResultAmazonCognitoIdentity. deleteIdentityPool(DeleteIdentityPoolRequest deleteIdentityPoolRequest)Deletes a user pool.DeleteIdentityPoolResultAmazonCognitoIdentityClient. deleteIdentityPool(DeleteIdentityPoolRequest deleteIdentityPoolRequest)Deletes a user pool.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type DeleteIdentityPoolResult Modifier and Type Method Description Future<DeleteIdentityPoolResult>AbstractAmazonCognitoIdentityAsync. deleteIdentityPoolAsync(DeleteIdentityPoolRequest request, AsyncHandler<DeleteIdentityPoolRequest,DeleteIdentityPoolResult> asyncHandler)Future<DeleteIdentityPoolResult>AmazonCognitoIdentityAsync. deleteIdentityPoolAsync(DeleteIdentityPoolRequest deleteIdentityPoolRequest, AsyncHandler<DeleteIdentityPoolRequest,DeleteIdentityPoolResult> asyncHandler)Deletes a user pool.Future<DeleteIdentityPoolResult>AmazonCognitoIdentityAsyncClient. deleteIdentityPoolAsync(DeleteIdentityPoolRequest request, AsyncHandler<DeleteIdentityPoolRequest,DeleteIdentityPoolResult> asyncHandler) -
Uses of DeleteIdentityPoolResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return DeleteIdentityPoolResult Modifier and Type Method Description DeleteIdentityPoolResultDeleteIdentityPoolResult. clone()
-