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