| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
MethodSnapshot |
MethodSnapshot.clone() |
MethodSnapshot |
MethodSnapshot.withApiKeyRequired(Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.
|
MethodSnapshot |
MethodSnapshot.withAuthorizationType(String authorizationType)
The method's authorization type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,MethodSnapshot>> |
Deployment.getApiSummary()
A summary of the RestApi at the date and time that the deployment resource was created.
|
Map<String,Map<String,MethodSnapshot>> |
UpdateDeploymentResult.getApiSummary()
A summary of the RestApi at the date and time that the deployment resource was created.
|
Map<String,Map<String,MethodSnapshot>> |
GetDeploymentResult.getApiSummary()
A summary of the RestApi at the date and time that the deployment resource was created.
|
Map<String,Map<String,MethodSnapshot>> |
CreateDeploymentResult.getApiSummary()
A summary of the RestApi at the date and time that the deployment resource was created.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value)
Add a single ApiSummary entry
|
UpdateDeploymentResult |
UpdateDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value)
Add a single ApiSummary entry
|
GetDeploymentResult |
GetDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value)
Add a single ApiSummary entry
|
CreateDeploymentResult |
CreateDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value)
Add a single ApiSummary entry
|
void |
Deployment.setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
void |
UpdateDeploymentResult.setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
void |
GetDeploymentResult.setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
void |
CreateDeploymentResult.setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
Deployment |
Deployment.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
CreateDeploymentResult |
CreateDeploymentResult.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
Copyright © 2025. All rights reserved.