Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PublicKey> |
ListPublicKeysResult.publicKeyList
Contains an array of PublicKey objects.
|
Modifier and Type | Method and Description |
---|---|
PublicKey |
PublicKey.clone() |
PublicKey |
PublicKey.withFingerprint(java.lang.String fingerprint)
The fingerprint of the public key.
|
PublicKey |
PublicKey.withValidityEndTime(java.util.Date validityEndTime)
The ending time of validity of the public key.
|
PublicKey |
PublicKey.withValidityStartTime(java.util.Date validityStartTime)
The starting time of validity of the public key.
|
PublicKey |
PublicKey.withValue(java.nio.ByteBuffer value)
The DER encoded public key value in PKCS#1 format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PublicKey> |
ListPublicKeysResult.getPublicKeyList()
Contains an array of PublicKey objects.
|
Modifier and Type | Method and Description |
---|---|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeyList(PublicKey... publicKeyList)
Contains an array of PublicKey objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPublicKeysResult.setPublicKeyList(java.util.Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeyList(java.util.Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
Modifier and Type | Method and Description |
---|---|
PublicKey |
PublicKeyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PublicKeyJsonMarshaller.marshall(PublicKey publicKey,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|