| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
static StatusType |
StatusType.fromValue(String value)
Use this in place of valueOf.
|
static StatusType |
StatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusType[] |
StatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SigningCertificate.setStatus(StatusType status)
The status of the signing certificate.
|
void |
AccessKey.setStatus(StatusType status)
The status of the access key.
|
void |
UpdateSigningCertificateRequest.setStatus(StatusType status)
The status you want to assign to the certificate.
|
void |
AccessKeyMetadata.setStatus(StatusType status)
The status of the access key.
|
void |
UpdateAccessKeyRequest.setStatus(StatusType status)
The status you want to assign to the secret access key.
|
SigningCertificate |
SigningCertificate.withStatus(StatusType status)
The status of the signing certificate.
|
AccessKey |
AccessKey.withStatus(StatusType status)
The status of the access key.
|
UpdateSigningCertificateRequest |
UpdateSigningCertificateRequest.withStatus(StatusType status)
The status you want to assign to the certificate.
|
AccessKeyMetadata |
AccessKeyMetadata.withStatus(StatusType status)
The status of the access key.
|
UpdateAccessKeyRequest |
UpdateAccessKeyRequest.withStatus(StatusType status)
The status you want to assign to the secret access key.
|
| Constructor and Description |
|---|
AccessKey(String userName,
String accessKeyId,
StatusType status,
String secretAccessKey)
Constructs a new AccessKey object.
|
SigningCertificate(String userName,
String certificateId,
String certificateBody,
StatusType status)
Constructs a new SigningCertificate object.
|
UpdateAccessKeyRequest(String accessKeyId,
StatusType status)
Constructs a new UpdateAccessKeyRequest object.
|
UpdateAccessKeyRequest(String userName,
String accessKeyId,
StatusType status)
Constructs a new UpdateAccessKeyRequest object.
|
UpdateSigningCertificateRequest(String certificateId,
StatusType status)
Constructs a new UpdateSigningCertificateRequest object.
|
Copyright © 2014. All rights reserved.