Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
-
Packages that use CreateDocumentationVersionRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of CreateDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateDocumentationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateDocumentationVersionResponse>ApiGatewayAsyncClient. createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest)Creates a documentation versiondefault CreateDocumentationVersionResponseApiGatewayClient. 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.Builder Modifier and Type Method Description static CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest. builder()CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest.Builder. description(String description)A description about the new documentation snapshot.CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest.Builder. documentationVersion(String documentationVersion)The version identifier of the new snapshot.CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest.Builder. stageName(String stageName)The stage name to be associated with the new documentation snapshot.CreateDocumentationVersionRequest.BuilderCreateDocumentationVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateDocumentationVersionRequest.Builder Modifier and Type Method Description static Class<? extends CreateDocumentationVersionRequest.Builder>CreateDocumentationVersionRequest. serializableBuilderClass()
-