Uses of Interface
software.amazon.awssdk.services.waf.model.GetByteMatchSetResponse.Builder
-
Packages that use GetByteMatchSetResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GetByteMatchSetResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetByteMatchSetResponse.Builder Modifier and Type Method Description static GetByteMatchSetResponse.BuilderGetByteMatchSetResponse. builder()default GetByteMatchSetResponse.BuilderGetByteMatchSetResponse.Builder. byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.GetByteMatchSetResponse.BuilderGetByteMatchSetResponse.Builder. byteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.GetByteMatchSetResponse.BuilderGetByteMatchSetResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetByteMatchSetResponse.Builder Modifier and Type Method Description static Class<? extends GetByteMatchSetResponse.Builder>GetByteMatchSetResponse. serializableBuilderClass()
-