Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse.Builder
-
Packages that use UpdateDocumentationVersionResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateDocumentationVersionResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateDocumentationVersionResponse.Builder Modifier and Type Method Description static UpdateDocumentationVersionResponse.BuilderUpdateDocumentationVersionResponse. builder()UpdateDocumentationVersionResponse.BuilderUpdateDocumentationVersionResponse.Builder. createdDate(Instant createdDate)The date when the API documentation snapshot is created.UpdateDocumentationVersionResponse.BuilderUpdateDocumentationVersionResponse.Builder. description(String description)The description of the API documentation snapshot.UpdateDocumentationVersionResponse.BuilderUpdateDocumentationVersionResponse. toBuilder()UpdateDocumentationVersionResponse.BuilderUpdateDocumentationVersionResponse.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 UpdateDocumentationVersionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDocumentationVersionResponse.Builder>UpdateDocumentationVersionResponse. serializableBuilderClass()
-