Uses of Interface
software.amazon.awssdk.services.waf.model.ByteMatchSetSummary.Builder
-
Packages that use ByteMatchSetSummary.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ByteMatchSetSummary.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ByteMatchSetSummary.Builder Modifier and Type Method Description static ByteMatchSetSummary.BuilderByteMatchSetSummary. builder()ByteMatchSetSummary.BuilderByteMatchSetSummary.Builder. byteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.ByteMatchSetSummary.BuilderByteMatchSetSummary.Builder. name(String name)A friendly name or description of the ByteMatchSet.ByteMatchSetSummary.BuilderByteMatchSetSummary. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ByteMatchSetSummary.Builder Modifier and Type Method Description static Class<? extends ByteMatchSetSummary.Builder>ByteMatchSetSummary. serializableBuilderClass()
-