Uses of Class
com.amazonaws.services.apigateway.model.MethodSnapshot
Packages that use MethodSnapshot
-
Uses of MethodSnapshot in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return MethodSnapshotModifier and TypeMethodDescriptionMethodSnapshot.clone()MethodSnapshot.withApiKeyRequired(Boolean apiKeyRequired) Specifies whether the method requires a valid ApiKey.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 MethodSnapshotModifier and TypeMethodDescriptionCreateDeploymentResult.getApiSummary()Gets a summary of the RestApi at the date and time that the deployment resource was created.Deployment.getApiSummary()Gets a summary of the RestApi at the date and time that the deployment resource was created.GetDeploymentResult.getApiSummary()Gets a summary of the RestApi at the date and time that the deployment resource was created.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 MethodSnapshotModifier and TypeMethodDescriptionCreateDeploymentResult.addApiSummaryEntry(String key, Map<String, MethodSnapshot> value) Deployment.addApiSummaryEntry(String key, Map<String, MethodSnapshot> value) GetDeploymentResult.addApiSummaryEntry(String key, Map<String, MethodSnapshot> value) UpdateDeploymentResult.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.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.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.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.withApiSummary(Map<String, Map<String, MethodSnapshot>> apiSummary) Gets a summary of the RestApi at the date and time that the deployment resource was created.