Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Field and Description |
---|---|
private Credentials |
GetCredentialsForIdentityResult.credentials
Credentials for the provided identity ID.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
Credentials.clone() |
Credentials |
GetCredentialsForIdentityResult.getCredentials()
Credentials for the provided identity ID.
|
Credentials |
Credentials.withAccessKeyId(java.lang.String accessKeyId)
The Access Key portion of the credentials.
|
Credentials |
Credentials.withExpiration(java.util.Date expiration)
The date at which these credentials will expire.
|
Credentials |
Credentials.withSecretKey(java.lang.String secretKey)
The Secret Access Key portion of the credentials
|
Credentials |
Credentials.withSessionToken(java.lang.String sessionToken)
The Session Token portion of the credentials
|
Modifier and Type | Method and Description |
---|---|
void |
GetCredentialsForIdentityResult.setCredentials(Credentials credentials)
Credentials for the provided identity ID.
|
GetCredentialsForIdentityResult |
GetCredentialsForIdentityResult.withCredentials(Credentials credentials)
Credentials for the provided identity ID.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CredentialsJsonMarshaller.marshall(Credentials credentials,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|