Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
Packages that use CreateDocumentationVersionRequest.Builder
Package
Description
-
Uses of CreateDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest) Creates a documentation versionApiGatewayClient.createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest) Creates a documentation version -
Uses of CreateDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionCreateDocumentationVersionRequest.builder()CreateDocumentationVersionRequest.Builder.description(String description) A description about the new documentation snapshot.CreateDocumentationVersionRequest.Builder.documentationVersion(String documentationVersion) The version identifier of the new snapshot.CreateDocumentationVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDocumentationVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.The stage name to be associated with the new documentation snapshot.CreateDocumentationVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDocumentationVersionRequest.Builder>CreateDocumentationVersionRequest.serializableBuilderClass()