| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
PublicKey.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PublicKey |
PublicKey.clearTagsEntries()
Removes all the entries added into Tags.
|
PublicKey |
PublicKey.clone() |
PublicKey |
ImportPublicKeyResult.getPublicKey()
The public key that was imported.
|
PublicKey |
GetPublicKeyResult.getPublicKey()
The public key that is returned.
|
PublicKey |
PublicKey.withArn(String arn)
Public key ARN.
|
PublicKey |
PublicKey.withFingerprint(String fingerprint)
The public key fingerprint, a short string used to identify or verify the full public key.
|
PublicKey |
PublicKey.withName(String name)
Public key name.
|
PublicKey |
PublicKey.withPublicKeyMaterial(String publicKeyMaterial)
Public key material.
|
PublicKey |
PublicKey.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportPublicKeyResult.setPublicKey(PublicKey publicKey)
The public key that was imported.
|
void |
GetPublicKeyResult.setPublicKey(PublicKey publicKey)
The public key that is returned.
|
ImportPublicKeyResult |
ImportPublicKeyResult.withPublicKey(PublicKey publicKey)
The public key that was imported.
|
GetPublicKeyResult |
GetPublicKeyResult.withPublicKey(PublicKey publicKey)
The public key that is returned.
|
Copyright © 2024. All rights reserved.