| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static GetDeploymentResponse.Builder |
GetDeploymentResponse.builder() |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.createdDate(Instant createdDate)
The date and time that the deployment resource was created.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.description(String description)
The description for the deployment resource.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.id(String id)
The identifier for the deployment resource.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentResponse.Builder> |
GetDeploymentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.