Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IdentityPoolShortDescription> |
ListIdentityPoolsResult.identityPools
The identity pools returned by the ListIdentityPools action.
|
Modifier and Type | Method and Description |
---|---|
IdentityPoolShortDescription |
IdentityPoolShortDescription.clone() |
IdentityPoolShortDescription |
IdentityPoolShortDescription.withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
IdentityPoolShortDescription |
IdentityPoolShortDescription.withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IdentityPoolShortDescription> |
ListIdentityPoolsResult.getIdentityPools()
The identity pools returned by the ListIdentityPools action.
|
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
Modifier and Type | Method and Description |
---|---|
void |
ListIdentityPoolsResult.setIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
Modifier and Type | Method and Description |
---|---|
IdentityPoolShortDescription |
IdentityPoolShortDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityPoolShortDescriptionJsonMarshaller.marshall(IdentityPoolShortDescription identityPoolShortDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|