Uses of Interface
software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
Packages that use ImportDocumentationPartsRequest.Builder
Package
Description
-
Uses of ImportDocumentationPartsRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type ImportDocumentationPartsRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.importDocumentationParts(Consumer<ImportDocumentationPartsRequest.Builder> importDocumentationPartsRequest) Imports documentation partsdefault ImportDocumentationPartsResponseApiGatewayClient.importDocumentationParts(Consumer<ImportDocumentationPartsRequest.Builder> importDocumentationPartsRequest) Imports documentation parts -
Uses of ImportDocumentationPartsRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ImportDocumentationPartsRequest.BuilderModifier and TypeMethodDescriptionRaw byte array representing the to-be-imported documentation parts.ImportDocumentationPartsRequest.builder()ImportDocumentationPartsRequest.Builder.failOnWarnings(Boolean failOnWarnings) A query parameter to specify whether to rollback the documentation importation (true) or not (false) when a warning is encountered.A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.ImportDocumentationPartsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ImportDocumentationPartsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.ImportDocumentationPartsRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ImportDocumentationPartsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportDocumentationPartsRequest.Builder>ImportDocumentationPartsRequest.serializableBuilderClass()