Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse.Builder
-
Packages that use CreateDocumentationVersionResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of CreateDocumentationVersionResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateDocumentationVersionResponse.Builder Modifier and Type Method Description static CreateDocumentationVersionResponse.BuilderCreateDocumentationVersionResponse. builder()CreateDocumentationVersionResponse.BuilderCreateDocumentationVersionResponse.Builder. createdDate(Instant createdDate)The date when the API documentation snapshot is created.CreateDocumentationVersionResponse.BuilderCreateDocumentationVersionResponse.Builder. description(String description)The description of the API documentation snapshot.CreateDocumentationVersionResponse.BuilderCreateDocumentationVersionResponse. toBuilder()CreateDocumentationVersionResponse.BuilderCreateDocumentationVersionResponse.Builder. version(String version)The version identifier of the API documentation snapshot.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateDocumentationVersionResponse.Builder Modifier and Type Method Description static Class<? extends CreateDocumentationVersionResponse.Builder>CreateDocumentationVersionResponse. serializableBuilderClass()
-