Java com.amazonaws.services.identitymanagement.model AccessKeyMetadata fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.identitymanagement.model AccessKeyMetadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.identitymanagement.model AccessKeyMetadata.

The text is from its open source code.

Method

StringgetAccessKeyId()

The ID for this access key.

java.util.DategetCreateDate()

The date when the access key was created.

StringgetStatus()

The status of the access key.

StringgetUserName()

The name of the IAM user that the key is associated with.