Uses of Class
com.amazonaws.services.cognitoidentity.model.DeleteIdentitiesResult
Packages that use DeleteIdentitiesResult
Package
Description
-
Uses of DeleteIdentitiesResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return DeleteIdentitiesResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.deleteIdentities(DeleteIdentitiesRequest request) AmazonCognitoIdentity.deleteIdentities(DeleteIdentitiesRequest deleteIdentitiesRequest) Deletes identities from an identity pool.AmazonCognitoIdentityClient.deleteIdentities(DeleteIdentitiesRequest deleteIdentitiesRequest) Deletes identities from an identity pool.Methods in com.amazonaws.services.cognitoidentity that return types with arguments of type DeleteIdentitiesResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.deleteIdentitiesAsync(DeleteIdentitiesRequest request) AbstractAmazonCognitoIdentityAsync.deleteIdentitiesAsync(DeleteIdentitiesRequest request, AsyncHandler<DeleteIdentitiesRequest, DeleteIdentitiesResult> asyncHandler) AmazonCognitoIdentityAsync.deleteIdentitiesAsync(DeleteIdentitiesRequest deleteIdentitiesRequest) Deletes identities from an identity pool.AmazonCognitoIdentityAsync.deleteIdentitiesAsync(DeleteIdentitiesRequest deleteIdentitiesRequest, AsyncHandler<DeleteIdentitiesRequest, DeleteIdentitiesResult> asyncHandler) Deletes identities from an identity pool.AmazonCognitoIdentityAsyncClient.deleteIdentitiesAsync(DeleteIdentitiesRequest request) AmazonCognitoIdentityAsyncClient.deleteIdentitiesAsync(DeleteIdentitiesRequest request, AsyncHandler<DeleteIdentitiesRequest, DeleteIdentitiesResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type DeleteIdentitiesResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.deleteIdentitiesAsync(DeleteIdentitiesRequest request, AsyncHandler<DeleteIdentitiesRequest, DeleteIdentitiesResult> asyncHandler) AmazonCognitoIdentityAsync.deleteIdentitiesAsync(DeleteIdentitiesRequest deleteIdentitiesRequest, AsyncHandler<DeleteIdentitiesRequest, DeleteIdentitiesResult> asyncHandler) Deletes identities from an identity pool.AmazonCognitoIdentityAsyncClient.deleteIdentitiesAsync(DeleteIdentitiesRequest request, AsyncHandler<DeleteIdentitiesRequest, DeleteIdentitiesResult> asyncHandler) -
Uses of DeleteIdentitiesResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return DeleteIdentitiesResultModifier and TypeMethodDescriptionDeleteIdentitiesResult.clone()DeleteIdentitiesResult.withUnprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds) An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.DeleteIdentitiesResult.withUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds) An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.