Uses of Class
com.amazonaws.services.cognitoidentity.model.DeleteIdentityPoolRequest
-
Packages that use DeleteIdentityPoolRequest Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of DeleteIdentityPoolRequest in com.amazonaws.services.cognitoidentity
Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type DeleteIdentityPoolRequest 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 DeleteIdentityPoolRequest in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return DeleteIdentityPoolRequest Modifier and Type Method Description DeleteIdentityPoolRequestDeleteIdentityPoolRequest. clone()DeleteIdentityPoolRequestDeleteIdentityPoolRequest. withIdentityPoolId(String identityPoolId)An identity pool ID in the format REGION:GUID.
-