| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
PublicKeySummary |
PublicKeySummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PublicKeySummary |
PublicKeySummary.clearTagsEntries()
Removes all the entries added into Tags.
|
PublicKeySummary |
PublicKeySummary.clone() |
PublicKeySummary |
PublicKeySummary.withArn(String arn)
Public key ARN.
|
PublicKeySummary |
PublicKeySummary.withName(String name)
Public key name.
|
PublicKeySummary |
PublicKeySummary.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<PublicKeySummary> |
ListPublicKeysResult.getPublicKeys()
List of the matching public keys (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeys(PublicKeySummary... publicKeys)
List of the matching public keys (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPublicKeysResult.setPublicKeys(Collection<PublicKeySummary> publicKeys)
List of the matching public keys (summary information only).
|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeys(Collection<PublicKeySummary> publicKeys)
List of the matching public keys (summary information only).
|
Copyright © 2024. All rights reserved.