Uses of Interface
software.amazon.awssdk.services.wafv2.model.CustomResponseBody.Builder
-
Packages that use CustomResponseBody.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CustomResponseBody.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CustomResponseBody.Builder Modifier and Type Method Description static CustomResponseBody.BuilderCustomResponseBody. builder()CustomResponseBody.BuilderCustomResponseBody.Builder. content(String content)The payload of the custom response.CustomResponseBody.BuilderCustomResponseBody.Builder. contentType(String contentType)The type of content in the payload that you are defining in theContentstring.CustomResponseBody.BuilderCustomResponseBody.Builder. contentType(ResponseContentType contentType)The type of content in the payload that you are defining in theContentstring.CustomResponseBody.BuilderCustomResponseBody. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CustomResponseBody.Builder Modifier and Type Method Description static Class<? extends CustomResponseBody.Builder>CustomResponseBody. serializableBuilderClass()
-