Class KmsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.kms.model.KmsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelKeyDeletionResponse
,ConnectCustomKeyStoreResponse
,CreateAliasResponse
,CreateCustomKeyStoreResponse
,CreateGrantResponse
,CreateKeyResponse
,DecryptResponse
,DeleteAliasResponse
,DeleteCustomKeyStoreResponse
,DeleteImportedKeyMaterialResponse
,DeriveSharedSecretResponse
,DescribeCustomKeyStoresResponse
,DescribeKeyResponse
,DisableKeyResponse
,DisableKeyRotationResponse
,DisconnectCustomKeyStoreResponse
,EnableKeyResponse
,EnableKeyRotationResponse
,EncryptResponse
,GenerateDataKeyPairResponse
,GenerateDataKeyPairWithoutPlaintextResponse
,GenerateDataKeyResponse
,GenerateDataKeyWithoutPlaintextResponse
,GenerateMacResponse
,GenerateRandomResponse
,GetKeyPolicyResponse
,GetKeyRotationStatusResponse
,GetParametersForImportResponse
,GetPublicKeyResponse
,ImportKeyMaterialResponse
,ListAliasesResponse
,ListGrantsResponse
,ListKeyPoliciesResponse
,ListKeyRotationsResponse
,ListKeysResponse
,ListResourceTagsResponse
,ListRetirableGrantsResponse
,PutKeyPolicyResponse
,ReEncryptResponse
,ReplicateKeyResponse
,RetireGrantResponse
,RevokeGrantResponse
,RotateKeyOnDemandResponse
,ScheduleKeyDeletionResponse
,SignResponse
,TagResourceResponse
,UntagResourceResponse
,UpdateAliasResponse
,UpdateCustomKeyStoreResponse
,UpdateKeyDescriptionResponse
,UpdatePrimaryRegionResponse
,VerifyMacResponse
,VerifyResponse
@Generated("software.amazon.awssdk:codegen") public abstract class KmsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
KmsResponse.Builder
protected static class
KmsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protected
KmsResponse(KmsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmsResponseMetadata
responseMetadata()
-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
KmsResponse
protected KmsResponse(KmsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public KmsResponseMetadata responseMetadata()
- Overrides:
responseMetadata
in classAwsResponse
-
-