Uses of Class
com.amazonaws.services.identitymanagement.model.AccessKeyMetadata
Packages that use AccessKeyMetadata
-
Uses of AccessKeyMetadata in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AccessKeyMetadataModifier and TypeMethodDescriptionAccessKeyMetadata.clone()
AccessKeyMetadata.withAccessKeyId
(String accessKeyId) The ID for this access key.AccessKeyMetadata.withCreateDate
(Date createDate) The date when the access key was created.AccessKeyMetadata.withStatus
(StatusType status) The status of the access key.AccessKeyMetadata.withStatus
(String status) The status of the access key.AccessKeyMetadata.withUserName
(String userName) The name of the IAM user that the key is associated with.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type AccessKeyMetadataModifier and TypeMethodDescriptionListAccessKeysResult.getAccessKeyMetadata()
A list of objects containing metadata about the access keys.Methods in com.amazonaws.services.identitymanagement.model with parameters of type AccessKeyMetadataModifier and TypeMethodDescriptionListAccessKeysResult.withAccessKeyMetadata
(AccessKeyMetadata... accessKeyMetadata) A list of objects containing metadata about the access keys.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type AccessKeyMetadataModifier and TypeMethodDescriptionvoid
ListAccessKeysResult.setAccessKeyMetadata
(Collection<AccessKeyMetadata> accessKeyMetadata) A list of objects containing metadata about the access keys.ListAccessKeysResult.withAccessKeyMetadata
(Collection<AccessKeyMetadata> accessKeyMetadata) A list of objects containing metadata about the access keys.