@Generated(value="software.amazon.awssdk:codegen") public final class AccessKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessKey.Builder,AccessKey>
Contains information about an Amazon Web Services access key.
This data type is used as a response element in the CreateAccessKey and ListAccessKeys operations.
The SecretAccessKey value is returned only in response to CreateAccessKey. You can get a secret
access key only when you first create an access key; you cannot recover the secret access key later. If you lose a
secret access key, you must create a new access key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
The ID for this access key.
|
static AccessKey.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() |
String |
secretAccessKey()
The secret key used to sign requests.
|
static Class<? extends AccessKey.Builder> |
serializableBuilderClass() |
StatusType |
status()
The status of the access key.
|
String |
statusAsString()
The status of the access key.
|
AccessKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the IAM user that the access key is associated with.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the IAM user that the access key is associated with.
public final String accessKeyId()
The ID for this access key.
public final StatusType status()
The status of the access key. Active means that the key is valid for API calls, while
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, while
Inactive means it is not.StatusTypepublic final String statusAsString()
The status of the access key. Active means that the key is valid for API calls, while
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, while
Inactive means it is not.StatusTypepublic final String secretAccessKey()
The secret key used to sign requests.
public final Instant createDate()
The date when the access key was created.
public AccessKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessKey.Builder,AccessKey>public static AccessKey.Builder builder()
public static Class<? extends AccessKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.