| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
RotationsListEntry |
RotationsListEntry.clone() |
RotationsListEntry |
RotationsListEntry.withKeyId(String keyId)
Unique identifier of the key.
|
RotationsListEntry |
RotationsListEntry.withRotationDate(Date rotationDate)
Date and time that the key material rotation completed.
|
RotationsListEntry |
RotationsListEntry.withRotationType(RotationType rotationType)
Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand
rotation.
|
RotationsListEntry |
RotationsListEntry.withRotationType(String rotationType)
Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand
rotation.
|
| Modifier and Type | Method and Description |
|---|---|
List<RotationsListEntry> |
ListKeyRotationsResult.getRotations()
A list of completed key material rotations.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeyRotationsResult |
ListKeyRotationsResult.withRotations(RotationsListEntry... rotations)
A list of completed key material rotations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeyRotationsResult.setRotations(Collection<RotationsListEntry> rotations)
A list of completed key material rotations.
|
ListKeyRotationsResult |
ListKeyRotationsResult.withRotations(Collection<RotationsListEntry> rotations)
A list of completed key material rotations.
|
Copyright © 2024. All rights reserved.