Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
Packages that use GetExportRequest.Builder
Package
Description
-
Uses of GetExportRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetExportRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetExportResponse>ApiGatewayAsyncClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest) Exports a deployed version of a RestApi in a specified format.default GetExportResponseApiGatewayClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest) Exports a deployed version of a RestApi in a specified format. -
Uses of GetExportRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetExportRequest.BuilderModifier and TypeMethodDescriptionThe content-type of the export, for exampleapplication/json.static GetExportRequest.BuilderGetExportRequest.builder()GetExportRequest.Builder.exportType(String exportType) The type of export.GetExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetExportRequest.Builder.parameters(Map<String, String> parameters) A key-value map of query string parameters that specify properties of the export, depending on the requestedexportType.The string identifier of the associated RestApi.The name of the Stage that will be exported.GetExportRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetExportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExportRequest.Builder>GetExportRequest.serializableBuilderClass()