@Generated(value="software.amazon.awssdk:codegen") public final class AccessKeyMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
Contains information about an AWS access key, without its secret key.
This data type is used as a response element in the ListAccessKeys operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessKeyMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
The ID for this access key.
|
static AccessKeyMetadata.Builder |
builder() |
Instant |
createDate()
The date when the access key was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessKeyMetadata.Builder> |
serializableBuilderClass() |
StatusType |
status()
The status of the access key.
|
String |
statusAsString()
The status of the access key.
|
AccessKeyMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the IAM user that the key is associated with.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userName()
The name of the IAM user that the key is associated with.
public String accessKeyId()
The ID for this access key.
public StatusType status()
The status of the access key. Active means that the key is valid for API calls;
Inactive means it is not.
If the service returns an enum value that is not available in the current SDK version, status will
return StatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active means that the key is valid for API calls;
Inactive means it is not.StatusTypepublic String statusAsString()
The status of the access key. Active means that the key is valid for API calls;
Inactive means it is not.
If the service returns an enum value that is not available in the current SDK version, status will
return StatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active means that the key is valid for API calls;
Inactive means it is not.StatusTypepublic Instant createDate()
The date when the access key was created.
public AccessKeyMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>public static AccessKeyMetadata.Builder builder()
public static Class<? extends AccessKeyMetadata.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.