Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse.Builder
-
Packages that use GetDocumentationVersionsResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetDocumentationVersionsResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDocumentationVersionsResponse.Builder Modifier and Type Method Description static GetDocumentationVersionsResponse.BuilderGetDocumentationVersionsResponse. builder()GetDocumentationVersionsResponse.BuilderGetDocumentationVersionsResponse.Builder. items(Collection<DocumentationVersion> items)The current page of elements from this collection.GetDocumentationVersionsResponse.BuilderGetDocumentationVersionsResponse.Builder. items(Consumer<DocumentationVersion.Builder>... items)The current page of elements from this collection.GetDocumentationVersionsResponse.BuilderGetDocumentationVersionsResponse.Builder. items(DocumentationVersion... items)The current page of elements from this collection.GetDocumentationVersionsResponse.BuilderGetDocumentationVersionsResponse.Builder. position(String position)Sets the value of the Position property for this object.GetDocumentationVersionsResponse.BuilderGetDocumentationVersionsResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDocumentationVersionsResponse.Builder Modifier and Type Method Description static Class<? extends GetDocumentationVersionsResponse.Builder>GetDocumentationVersionsResponse. serializableBuilderClass()
-