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 GetByteMatchSetResultAbstractAWSWAF. getByteMatchSet(GetByteMatchSetRequest request)GetByteMatchSetResultAWSWAF. getByteMatchSet(GetByteMatchSetRequest getByteMatchSetRequest)Returns the ByteMatchSet specified byByteMatchSetId.GetByteMatchSetResultAWSWAFClient. 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 GetByteMatchSetResultGetByteMatchSetResult. clone()GetByteMatchSetResultGetByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.
-