Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest.Builder
Packages that use DeleteDocumentationVersionRequest.Builder
Package
Description
-
Uses of DeleteDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest) Deletes a documentation version.ApiGatewayClient.deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest) Deletes a documentation version. -
Uses of DeleteDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionDeleteDocumentationVersionRequest.builder()DeleteDocumentationVersionRequest.Builder.documentationVersion(String documentationVersion) The version identifier of a to-be-deleted documentation snapshot.DeleteDocumentationVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteDocumentationVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.DeleteDocumentationVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteDocumentationVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteDocumentationVersionRequest.Builder>DeleteDocumentationVersionRequest.serializableBuilderClass()