Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
AccessKey |
AccessKey.clone() |
AccessKey |
CreateAccessKeyResult.getAccessKey()
A structure with details about the access key.
|
AccessKey |
AccessKey.withAccessKeyId(String accessKeyId)
The ID for this access key.
|
AccessKey |
AccessKey.withCreateDate(Date createDate)
The date when the access key was created.
|
AccessKey |
AccessKey.withSecretAccessKey(String secretAccessKey)
The secret key used to sign requests.
|
AccessKey |
AccessKey.withStatus(StatusType status)
The status of the access key.
|
AccessKey |
AccessKey.withStatus(String status)
The status of the access key.
|
AccessKey |
AccessKey.withUserName(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.
|
Copyright © 2024. All rights reserved.