Uses of Class
software.amazon.awssdk.services.groundstation.model.KmsKey
-
Packages that use KmsKey Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of KmsKey in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return KmsKey Modifier and Type Method Description static KmsKeyKmsKey. fromKmsAliasArn(String kmsAliasArn)Create an instance of this class withkmsAliasArn()initialized to the given value.static KmsKeyKmsKey. fromKmsAliasName(String kmsAliasName)Create an instance of this class withkmsAliasName()initialized to the given value.static KmsKeyKmsKey. fromKmsKeyArn(String kmsKeyArn)Create an instance of this class withkmsKeyArn()initialized to the given value.KmsKeyCreateMissionProfileRequest. streamsKmsKey()KMS key to use for encrypting streams.KmsKeyGetMissionProfileResponse. streamsKmsKey()KMS key to use for encrypting streams.KmsKeyUpdateMissionProfileRequest. streamsKmsKey()KMS key to use for encrypting streams.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type KmsKey Modifier and Type Method Description CreateMissionProfileRequest.BuilderCreateMissionProfileRequest.Builder. streamsKmsKey(KmsKey streamsKmsKey)KMS key to use for encrypting streams.GetMissionProfileResponse.BuilderGetMissionProfileResponse.Builder. streamsKmsKey(KmsKey streamsKmsKey)KMS key to use for encrypting streams.UpdateMissionProfileRequest.BuilderUpdateMissionProfileRequest.Builder. streamsKmsKey(KmsKey streamsKmsKey)KMS key to use for encrypting streams.
-