Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
UnprocessedIdentityId |
UnprocessedIdentityId.clone() |
UnprocessedIdentityId |
UnprocessedIdentityId.withErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
UnprocessedIdentityId.withErrorCode(String errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
UnprocessedIdentityId.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
Modifier and Type | Method and Description |
---|---|
List<UnprocessedIdentityId> |
DeleteIdentitiesResult.getUnprocessedIdentityIds()
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
Modifier and Type | Method and Description |
---|---|
DeleteIdentitiesResult |
DeleteIdentitiesResult.withUnprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteIdentitiesResult.setUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
DeleteIdentitiesResult |
DeleteIdentitiesResult.withUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
Copyright © 2018. All rights reserved.