Uses of Class
com.amazonaws.services.identitymanagement.model.AccessKey

Packages that use AccessKey
com.amazonaws.services.identitymanagement.model Classes modeling the various types represented by AmazonIdentityManagement. 
 

Uses of AccessKey in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return AccessKey
 AccessKey CreateAccessKeyResult.getAccessKey()
          Information 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)
          Name of the user the key is associated with.
 

Methods in com.amazonaws.services.identitymanagement.model with parameters of type AccessKey
 void CreateAccessKeyResult.setAccessKey(AccessKey accessKey)
          Information about the access key.
 CreateAccessKeyResult CreateAccessKeyResult.withAccessKey(AccessKey accessKey)
          Information about the access key.
 



Copyright © 2016. All rights reserved.