public final class AwsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AwsRequest.Builder
A builder that can build
AwsRequest s. |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the action within the AWS service to perform.
|
Document |
getArguments()
Returns the arguments that will be used in the action.
|
String |
getRegion()
Returns the region that service in this request should be scoped to.
|
String |
getService()
Returns the AWS service that the action in the request will be performed against.
|
public String getService()
public String getAction()
public String getRegion()
public Document getArguments()