Uses of Class
software.amazon.awssdk.services.apigateway.model.MethodSnapshot
-
Packages that use MethodSnapshot Package Description software.amazon.awssdk.services.apigateway.model -
-
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 MethodSnapshot Modifier and Type Method Description Map<String,Map<String,MethodSnapshot>>CreateDeploymentResponse. apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.Map<String,Map<String,MethodSnapshot>>Deployment. apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.Map<String,Map<String,MethodSnapshot>>GetDeploymentResponse. apiSummary()A summary of the RestApi at the date and time that the deployment resource was created.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 MethodSnapshot Modifier and Type Method Description CreateDeploymentResponse.BuilderCreateDeploymentResponse.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.BuilderDeployment.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.BuilderGetDeploymentResponse.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.BuilderUpdateDeploymentResponse.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.
-