Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest.Builder
-
Packages that use GetDocumentationVersionRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetDocumentationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDocumentationVersionResponse>ApiGatewayAsyncClient. getDocumentationVersion(Consumer<GetDocumentationVersionRequest.Builder> getDocumentationVersionRequest)Gets a documentation version.default GetDocumentationVersionResponseApiGatewayClient. getDocumentationVersion(Consumer<GetDocumentationVersionRequest.Builder> getDocumentationVersionRequest)Gets a documentation version. -
Uses of GetDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDocumentationVersionRequest.Builder Modifier and Type Method Description static GetDocumentationVersionRequest.BuilderGetDocumentationVersionRequest. builder()GetDocumentationVersionRequest.BuilderGetDocumentationVersionRequest.Builder. documentationVersion(String documentationVersion)The version identifier of the to-be-retrieved documentation snapshot.GetDocumentationVersionRequest.BuilderGetDocumentationVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDocumentationVersionRequest.BuilderGetDocumentationVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDocumentationVersionRequest.BuilderGetDocumentationVersionRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetDocumentationVersionRequest.BuilderGetDocumentationVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDocumentationVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetDocumentationVersionRequest.Builder>GetDocumentationVersionRequest. serializableBuilderClass()
-