Class RevokeGrantRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.kms.transform.RevokeGrantRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<RevokeGrantRequest>
@Generated("software.amazon.awssdk:codegen") public class RevokeGrantRequestMarshaller extends Object implements Marshaller<RevokeGrantRequest>
RevokeGrantRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description RevokeGrantRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(RevokeGrantRequest revokeGrantRequest)
-
-
-
Constructor Detail
-
RevokeGrantRequestMarshaller
public RevokeGrantRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(RevokeGrantRequest revokeGrantRequest)
- Specified by:
marshall
in interfaceMarshaller<RevokeGrantRequest>
-
-