| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
static KmsKey |
KmsKey.fromKmsAliasArn(String kmsAliasArn)
Create an instance of this class with
kmsAliasArn() initialized to the given value. |
static KmsKey |
KmsKey.fromKmsKeyArn(String kmsKeyArn)
Create an instance of this class with
kmsKeyArn() initialized to the given value. |
KmsKey |
UpdateMissionProfileRequest.streamsKmsKey()
KMS key to use for encrypting streams.
|
KmsKey |
GetMissionProfileResponse.streamsKmsKey()
KMS key to use for encrypting streams.
|
KmsKey |
CreateMissionProfileRequest.streamsKmsKey()
KMS key to use for encrypting streams.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMissionProfileRequest.Builder |
UpdateMissionProfileRequest.Builder.streamsKmsKey(KmsKey streamsKmsKey)
KMS key to use for encrypting streams.
|
GetMissionProfileResponse.Builder |
GetMissionProfileResponse.Builder.streamsKmsKey(KmsKey streamsKmsKey)
KMS key to use for encrypting streams.
|
CreateMissionProfileRequest.Builder |
CreateMissionProfileRequest.Builder.streamsKmsKey(KmsKey streamsKmsKey)
KMS key to use for encrypting streams.
|
Copyright © 2023. All rights reserved.