Uses of Class
com.amazonaws.services.waf.model.GetByteMatchSetRequest
-
Packages that use GetByteMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetByteMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type GetByteMatchSetRequest Modifier and Type Method Description Future<GetByteMatchSetResult>
AbstractAWSWAFAsync. getByteMatchSetAsync(GetByteMatchSetRequest request, AsyncHandler<GetByteMatchSetRequest,GetByteMatchSetResult> asyncHandler)
Future<GetByteMatchSetResult>
AWSWAFAsync. getByteMatchSetAsync(GetByteMatchSetRequest getByteMatchSetRequest, AsyncHandler<GetByteMatchSetRequest,GetByteMatchSetResult> asyncHandler)
Returns the ByteMatchSet specified byByteMatchSetId
.Future<GetByteMatchSetResult>
AWSWAFAsyncClient. getByteMatchSetAsync(GetByteMatchSetRequest request, AsyncHandler<GetByteMatchSetRequest,GetByteMatchSetResult> asyncHandler)
-
Uses of GetByteMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetByteMatchSetRequest Modifier and Type Method Description GetByteMatchSetRequest
GetByteMatchSetRequest. clone()
GetByteMatchSetRequest
GetByteMatchSetRequest. withByteMatchSetId(String byteMatchSetId)
TheByteMatchSetId
of the ByteMatchSet that you want to get.
-