Uses of Class
com.amazonaws.services.waf.model.GetByteMatchSetRequest
Packages that use GetByteMatchSetRequest
-
Uses of GetByteMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetByteMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAF.getByteMatchSet
(GetByteMatchSetRequest request) AWSWAF.getByteMatchSet
(GetByteMatchSetRequest getByteMatchSetRequest) Returns the ByteMatchSet specified byByteMatchSetId
.AWSWAFClient.getByteMatchSet
(GetByteMatchSetRequest getByteMatchSetRequest) Returns the ByteMatchSet specified byByteMatchSetId
.AbstractAWSWAFAsync.getByteMatchSetAsync
(GetByteMatchSetRequest request) AbstractAWSWAFAsync.getByteMatchSetAsync
(GetByteMatchSetRequest request, AsyncHandler<GetByteMatchSetRequest, GetByteMatchSetResult> asyncHandler) AWSWAFAsync.getByteMatchSetAsync
(GetByteMatchSetRequest getByteMatchSetRequest) Returns the ByteMatchSet specified byByteMatchSetId
.AWSWAFAsync.getByteMatchSetAsync
(GetByteMatchSetRequest getByteMatchSetRequest, AsyncHandler<GetByteMatchSetRequest, GetByteMatchSetResult> asyncHandler) Returns the ByteMatchSet specified byByteMatchSetId
.AWSWAFAsyncClient.getByteMatchSetAsync
(GetByteMatchSetRequest request) AWSWAFAsyncClient.getByteMatchSetAsync
(GetByteMatchSetRequest request, AsyncHandler<GetByteMatchSetRequest, GetByteMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type GetByteMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getByteMatchSetAsync
(GetByteMatchSetRequest request, AsyncHandler<GetByteMatchSetRequest, GetByteMatchSetResult> asyncHandler) AWSWAFAsync.getByteMatchSetAsync
(GetByteMatchSetRequest getByteMatchSetRequest, AsyncHandler<GetByteMatchSetRequest, GetByteMatchSetResult> asyncHandler) Returns the ByteMatchSet specified byByteMatchSetId
.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 GetByteMatchSetRequestModifier and TypeMethodDescriptionGetByteMatchSetRequest.clone()
GetByteMatchSetRequest.withByteMatchSetId
(String byteMatchSetId) TheByteMatchSetId
of the ByteMatchSet that you want to get.