Class SwitchToPostInterceptor

java.lang.Object
software.amazon.awssdk.services.cloudsearchdomain.internal.SwitchToPostInterceptor
All Implemented Interfaces:
ExecutionInterceptor

public final class SwitchToPostInterceptor extends Object implements ExecutionInterceptor
Ensures that all SearchRequests use POST instead of GET, moving the query parameters to be form data.