@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userName()
The name of the IAM user that the key is associated with.
|
copy
public 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 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 the key is valid for API calls;
Inactive
means it is not.StatusType
public String statusAsString()
The status of the access key. Active
means 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 the key is valid for API calls;
Inactive
means it is not.StatusType
public Instant createDate()
The date when the access key was created.
public AccessKeyMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AccessKeyMetadata.Builder,AccessKeyMetadata>
public static AccessKeyMetadata.Builder builder()
public static Class<? extends AccessKeyMetadata.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.