Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SizeConstraintSetUpdate> |
UpdateSizeConstraintSetRequest.updates
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Modifier and Type | Method and Description |
---|---|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.clone() |
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(ChangeAction action)
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(java.lang.String action)
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withSizeConstraint(SizeConstraint sizeConstraint)
Specifies a constraint on the size of a part of the web request.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SizeConstraintSetUpdate> |
UpdateSizeConstraintSetRequest.getUpdates()
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Modifier and Type | Method and Description |
---|---|
UpdateSizeConstraintSetRequest |
UpdateSizeConstraintSetRequest.withUpdates(SizeConstraintSetUpdate... updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateSizeConstraintSetRequest.setUpdates(java.util.Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
UpdateSizeConstraintSetRequest |
UpdateSizeConstraintSetRequest.withUpdates(java.util.Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Modifier and Type | Method and Description |
---|---|
SizeConstraintSetUpdate |
SizeConstraintSetUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SizeConstraintSetUpdateJsonMarshaller.marshall(SizeConstraintSetUpdate sizeConstraintSetUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|