Package | Description |
---|---|
com.amazonaws.http |
Modifier and Type | Method and Description |
---|---|
UrlHttpClient.CurlBuilder |
UrlHttpClient.CurlBuilder.setContent(String content)
Set the content used for the given curl command.
|
UrlHttpClient.CurlBuilder |
UrlHttpClient.CurlBuilder.setContentOverflow(boolean contentOverflow)
Sets whether or not the content is too large for the curl command.
|
UrlHttpClient.CurlBuilder |
UrlHttpClient.CurlBuilder.setHeaders(Map<String,String> headers)
Set the headers used for the given curl command.
|
UrlHttpClient.CurlBuilder |
UrlHttpClient.CurlBuilder.setMethod(String method)
Set the method to call for the given curl command.
|
Copyright © 2019. All rights reserved.