Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetExportResponse.Builder
-
Packages that use GetExportResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetExportResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetExportResponse.Builder Modifier and Type Method Description GetExportResponse.BuilderGetExportResponse.Builder. body(SdkBytes body)The binary blob response to GetExport, which contains the export.static GetExportResponse.BuilderGetExportResponse. builder()GetExportResponse.BuilderGetExportResponse.Builder. contentDisposition(String contentDisposition)The content-disposition header value in the HTTP response.GetExportResponse.BuilderGetExportResponse.Builder. contentType(String contentType)The content-type header value in the HTTP response.GetExportResponse.BuilderGetExportResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetExportResponse.Builder Modifier and Type Method Description static Class<? extends GetExportResponse.Builder>GetExportResponse. serializableBuilderClass()
-