Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UnprocessedIdentityId> |
DeleteIdentitiesResult.unprocessedIdentityIds
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
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(java.lang.String errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
UnprocessedIdentityId.withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
DeleteIdentitiesResult |
DeleteIdentitiesResult.withUnprocessedIdentityIds(java.util.Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
Modifier and Type | Method and Description |
---|---|
UnprocessedIdentityId |
UnprocessedIdentityIdJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UnprocessedIdentityIdJsonMarshaller.marshall(UnprocessedIdentityId unprocessedIdentityId,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|