@Generated(value="software.amazon.awssdk:codegen") public class DecryptRequest extends KMSRequest implements ToCopyableBuilder<DecryptRequest.Builder,DecryptRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecryptRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecryptRequest.Builder |
builder() |
ByteBuffer |
ciphertextBlob()
Ciphertext to be decrypted.
|
Map<String,String> |
encryptionContext()
The encryption context.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
List<String> |
grantTokens()
A list of grant tokens.
|
int |
hashCode() |
static Class<? extends DecryptRequest.Builder> |
serializableBuilderClass() |
DecryptRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic ByteBuffer ciphertextBlob()
Ciphertext to be decrypted. The blob includes metadata.
This method will return a new read-only ByteBuffer each time it is invoked.
public Map<String,String> encryptionContext()
The encryption context. If this was specified in the Encrypt function, it must be specified here or the decryption operation will fail. For more information, see Encryption Context.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> grantTokens()
A list of grant tokens.
For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.
public DecryptRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DecryptRequest.Builder,DecryptRequest>toBuilder in class KMSRequestpublic static DecryptRequest.Builder builder()
public static Class<? extends DecryptRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.