Uses of Class
com.amazonaws.services.apigateway.model.MethodSnapshot
-
Packages that use MethodSnapshot Package Description com.amazonaws.services.apigateway.model -
-
Uses of MethodSnapshot in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return MethodSnapshot Modifier and Type Method 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.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type MethodSnapshot Modifier and Type Method Description Map<String,Map<String,MethodSnapshot>>
CreateDeploymentResult. getApiSummary()
Gets a summary of the RestApi at the date and time that the deployment resource was created.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>>
GetDeploymentResult. 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.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type MethodSnapshot Modifier and Type Method Description CreateDeploymentResult
CreateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
Deployment
Deployment. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
GetDeploymentResult
GetDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
UpdateDeploymentResult
UpdateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
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.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
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
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.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.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.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.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.
-