Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse.Builder
-
Packages that use UpdateDeploymentResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateDeploymentResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateDeploymentResponse.Builder Modifier and Type Method Description 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.static UpdateDeploymentResponse.BuilderUpdateDeploymentResponse. builder()UpdateDeploymentResponse.BuilderUpdateDeploymentResponse.Builder. createdDate(Instant createdDate)The date and time that the deployment resource was created.UpdateDeploymentResponse.BuilderUpdateDeploymentResponse.Builder. description(String description)The description for the deployment resource.UpdateDeploymentResponse.BuilderUpdateDeploymentResponse.Builder. id(String id)The identifier for the deployment resource.UpdateDeploymentResponse.BuilderUpdateDeploymentResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateDeploymentResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDeploymentResponse.Builder>UpdateDeploymentResponse. serializableBuilderClass()
-