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