Class CreateDbClusterPresignInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.rds.internal.RdsPresignInterceptor<CreateDbClusterRequest>
-
- software.amazon.awssdk.services.rds.internal.CreateDbClusterPresignInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public final class CreateDbClusterPresignInterceptor extends RdsPresignInterceptor<CreateDbClusterRequest>
Handler for pre-signingCreateDbClusterRequest
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.services.rds.internal.RdsPresignInterceptor
RdsPresignInterceptor.PresignableRequest
-
-
Field Summary
Fields Modifier and Type Field Description static CreateDbClusterRequestMarshaller
MARSHALLER
-
Fields inherited from class software.amazon.awssdk.services.rds.internal.RdsPresignInterceptor
PROTOCOL_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CreateDbClusterPresignInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RdsPresignInterceptor.PresignableRequest
adaptRequest(CreateDbClusterRequest originalRequest)
Adapts the request to theRdsPresignInterceptor.PresignableRequest
.-
Methods inherited from class software.amazon.awssdk.services.rds.internal.RdsPresignInterceptor
modifyHttpRequest
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
-
-
-
Field Detail
-
MARSHALLER
public static final CreateDbClusterRequestMarshaller MARSHALLER
-
-
Method Detail
-
adaptRequest
protected RdsPresignInterceptor.PresignableRequest adaptRequest(CreateDbClusterRequest originalRequest)
Description copied from class:RdsPresignInterceptor
Adapts the request to theRdsPresignInterceptor.PresignableRequest
.- Specified by:
adaptRequest
in classRdsPresignInterceptor<CreateDbClusterRequest>
- Parameters:
originalRequest
- the original request- Returns:
- a PresignableRequest
-
-