Uses of Class
com.amazonaws.services.identitymanagement.model.AccessKey
Packages that use AccessKey
-
Uses of AccessKey in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AccessKeyModifier and TypeMethodDescriptionAccessKey.clone()
CreateAccessKeyResult.getAccessKey()
A structure with details about the access key.AccessKey.withAccessKeyId
(String accessKeyId) The ID for this access key.AccessKey.withCreateDate
(Date createDate) The date when the access key was created.AccessKey.withSecretAccessKey
(String secretAccessKey) The secret key used to sign requests.AccessKey.withStatus
(StatusType status) The status of the access key.AccessKey.withStatus
(String status) The status of the access key.AccessKey.withUserName
(String userName) The name of the IAM user that the access key is associated with.Methods in com.amazonaws.services.identitymanagement.model with parameters of type AccessKeyModifier and TypeMethodDescriptionvoid
CreateAccessKeyResult.setAccessKey
(AccessKey accessKey) A structure with details about the access key.CreateAccessKeyResult.withAccessKey
(AccessKey accessKey) A structure with details about the access key.