Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest.Builder
-
Packages that use DeleteDocumentationVersionRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of DeleteDocumentationVersionRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteDocumentationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteDocumentationVersionResponse>ApiGatewayAsyncClient. deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest)Deletes a documentation version.default DeleteDocumentationVersionResponseApiGatewayClient. 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.Builder Modifier and Type Method Description static DeleteDocumentationVersionRequest.BuilderDeleteDocumentationVersionRequest. builder()DeleteDocumentationVersionRequest.BuilderDeleteDocumentationVersionRequest.Builder. documentationVersion(String documentationVersion)The version identifier of a to-be-deleted documentation snapshot.DeleteDocumentationVersionRequest.BuilderDeleteDocumentationVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDocumentationVersionRequest.BuilderDeleteDocumentationVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteDocumentationVersionRequest.BuilderDeleteDocumentationVersionRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.DeleteDocumentationVersionRequest.BuilderDeleteDocumentationVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteDocumentationVersionRequest.Builder Modifier and Type Method Description static Class<? extends DeleteDocumentationVersionRequest.Builder>DeleteDocumentationVersionRequest. serializableBuilderClass()
-