Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private ThrottleSettings |
UpdateAccountResult.throttleSettings
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
private ThrottleSettings |
GetAccountResult.throttleSettings
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
Modifier and Type | Method and Description |
---|---|
ThrottleSettings |
ThrottleSettings.clone() |
ThrottleSettings |
UpdateAccountResult.getThrottleSettings()
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
ThrottleSettings |
GetAccountResult.getThrottleSettings()
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
ThrottleSettings |
ThrottleSettings.withBurstLimit(java.lang.Integer burstLimit)
Returns the burstLimit when ThrottleSettings is called.
|
ThrottleSettings |
ThrottleSettings.withRateLimit(java.lang.Double rateLimit)
Returns the rateLimit when ThrottleSettings is called.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAccountResult.setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
void |
GetAccountResult.setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
UpdateAccountResult |
UpdateAccountResult.withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
GetAccountResult |
GetAccountResult.withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings
for the current Account resource.
|
Modifier and Type | Method and Description |
---|---|
ThrottleSettings |
ThrottleSettingsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ThrottleSettingsJsonMarshaller.marshall(ThrottleSettings throttleSettings,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|