Uses of Class
com.amazonaws.services.identitymanagement.model.AccessKey
-
Packages that use AccessKey Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of AccessKey in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AccessKey Modifier and Type Method Description AccessKeyAccessKey. clone()AccessKeyCreateAccessKeyResult. getAccessKey()A structure with details about the access key.AccessKeyAccessKey. withAccessKeyId(String accessKeyId)The ID for this access key.AccessKeyAccessKey. withCreateDate(Date createDate)The date when the access key was created.AccessKeyAccessKey. withSecretAccessKey(String secretAccessKey)The secret key used to sign requests.AccessKeyAccessKey. withStatus(StatusType status)The status of the access key.AccessKeyAccessKey. withStatus(String status)The status of the access key.AccessKeyAccessKey. 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 AccessKey Modifier and Type Method Description voidCreateAccessKeyResult. setAccessKey(AccessKey accessKey)A structure with details about the access key.CreateAccessKeyResultCreateAccessKeyResult. withAccessKey(AccessKey accessKey)A structure with details about the access key.
-