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)
Specifies the type of authorization used for the method.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,MethodSnapshot>> |
Deployment.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Map<String,Map<String,MethodSnapshot>> |
UpdateDeploymentResult.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Map<String,Map<String,MethodSnapshot>> |
GetDeploymentResult.getApiSummary()
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Map<String,Map<String,MethodSnapshot>> |
CreateDeploymentResult.getApiSummary()
Gets 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) |
UpdateDeploymentResult |
UpdateDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value) |
GetDeploymentResult |
GetDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value) |
CreateDeploymentResult |
CreateDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value) |
void |
Deployment.setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
Gets 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)
Gets 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)
Gets 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)
Gets 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)
Gets 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)
Gets 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)
Gets 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)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Copyright © 2018. All rights reserved.