| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,MethodSnapshot>> |
UpdateDeploymentResponse.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>> |
CreateDeploymentResponse.apiSummary()
A summary of the RestApi at the date and time that the deployment resource was created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentResponse.Builder |
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.
|
Deployment.Builder |
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 |
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.
|
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.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.
|
Copyright © 2023. All rights reserved.