Uses of Class
software.amazon.awssdk.services.apigateway.model.MethodSnapshot
Packages that use MethodSnapshot
-
Uses of MethodSnapshot in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MethodSnapshotModifier and TypeMethodDescriptionfinal Map<String,Map<String, MethodSnapshot>> CreateDeploymentResponse.apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.final Map<String,Map<String, MethodSnapshot>> Deployment.apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.final Map<String,Map<String, MethodSnapshot>> GetDeploymentResponse.apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.final Map<String,Map<String, MethodSnapshot>> UpdateDeploymentResponse.apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type MethodSnapshotModifier and TypeMethodDescriptionCreateDeploymentResponse.Builder.apiSummary(Map<String, ? extends Map<String, MethodSnapshot>> apiSummary) A summary of the RestApi at the date and time that the deployment resource was created.Deployment.Builder.apiSummary(Map<String, ? extends Map<String, MethodSnapshot>> apiSummary) A summary of the RestApi at the date and time that the deployment resource was created.GetDeploymentResponse.Builder.apiSummary(Map<String, ? extends Map<String, MethodSnapshot>> apiSummary) A summary of the RestApi at the date and time that the deployment resource was created.UpdateDeploymentResponse.Builder.apiSummary(Map<String, ? extends Map<String, MethodSnapshot>> apiSummary) A summary of the RestApi at the date and time that the deployment resource was created.