Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private AccessKey |
CreateAccessKeyResult.accessKey
A structure with details about the access key.
|
Modifier and Type | Method and Description |
---|---|
AccessKey |
AccessKey.clone() |
AccessKey |
CreateAccessKeyResult.getAccessKey()
A structure with details about the access key.
|
AccessKey |
AccessKey.withAccessKeyId(java.lang.String accessKeyId)
The ID for this access key.
|
AccessKey |
AccessKey.withCreateDate(java.util.Date createDate)
The date when the access key was created.
|
AccessKey |
AccessKey.withSecretAccessKey(java.lang.String secretAccessKey)
The secret key used to sign requests.
|
AccessKey |
AccessKey.withStatus(StatusType status)
The status of the access key.
|
AccessKey |
AccessKey.withStatus(java.lang.String status)
The status of the access key.
|
AccessKey |
AccessKey.withUserName(java.lang.String userName)
The name of the IAM user that the access key is associated with.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAccessKeyResult.setAccessKey(AccessKey accessKey)
A structure with details about the access key.
|
CreateAccessKeyResult |
CreateAccessKeyResult.withAccessKey(AccessKey accessKey)
A structure with details about the access key.
|
Modifier and Type | Method and Description |
---|---|
AccessKey |
AccessKeyStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |