Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest.Builder
Packages that use GetDocumentationVersionRequest.Builder
Package
Description
-
Uses of GetDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.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.BuilderModifier and TypeMethodDescriptionGetDocumentationVersionRequest.builder()GetDocumentationVersionRequest.Builder.documentationVersion(String documentationVersion) The version identifier of the to-be-retrieved documentation snapshot.GetDocumentationVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDocumentationVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.GetDocumentationVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDocumentationVersionRequest.Builder>GetDocumentationVersionRequest.serializableBuilderClass()