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