Uses of Class
com.amazonaws.services.waf.model.GetByteMatchSetResult
-
Packages that use GetByteMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetByteMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetByteMatchSetResult Modifier and Type Method Description GetByteMatchSetResult
AbstractAWSWAF. getByteMatchSet(GetByteMatchSetRequest request)
GetByteMatchSetResult
AWSWAF. getByteMatchSet(GetByteMatchSetRequest getByteMatchSetRequest)
Returns the ByteMatchSet specified byByteMatchSetId
.GetByteMatchSetResult
AWSWAFClient. getByteMatchSet(GetByteMatchSetRequest getByteMatchSetRequest)
Returns the ByteMatchSet specified byByteMatchSetId
.Method parameters in com.amazonaws.services.waf with type arguments of type GetByteMatchSetResult 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 GetByteMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetByteMatchSetResult Modifier and Type Method Description GetByteMatchSetResult
GetByteMatchSetResult. clone()
GetByteMatchSetResult
GetByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.
-