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 MethodSnapshotMethodSnapshot. clone()MethodSnapshotMethodSnapshot. withApiKeyRequired(Boolean apiKeyRequired)Specifies whether the method requires a valid ApiKey.MethodSnapshotMethodSnapshot. 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 CreateDeploymentResultCreateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)DeploymentDeployment. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)GetDeploymentResultGetDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)UpdateDeploymentResultUpdateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)voidCreateDeploymentResult. setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.voidDeployment. setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.voidGetDeploymentResult. setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.voidUpdateDeploymentResult. setApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.CreateDeploymentResultCreateDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.DeploymentDeployment. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.GetDeploymentResultGetDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.UpdateDeploymentResultUpdateDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.
-