| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityKey |
SecurityKey.clone() |
SecurityKey |
SecurityKey.withAssociationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given
instance ID.
|
SecurityKey |
SecurityKey.withCreationTime(Date creationTime)
When the security key was created.
|
SecurityKey |
SecurityKey.withKey(String key)
The key of the security key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityKey> |
ListSecurityKeysResult.getSecurityKeys()
The security keys.
|
| Modifier and Type | Method and Description |
|---|---|
ListSecurityKeysResult |
ListSecurityKeysResult.withSecurityKeys(SecurityKey... securityKeys)
The security keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecurityKeysResult.setSecurityKeys(Collection<SecurityKey> securityKeys)
The security keys.
|
ListSecurityKeysResult |
ListSecurityKeysResult.withSecurityKeys(Collection<SecurityKey> securityKeys)
The security keys.
|
Copyright © 2022. All rights reserved.