Uses of Class
software.amazon.awssdk.services.wafv2.model.GetPermissionPolicyResponse
-
Packages that use GetPermissionPolicyResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetPermissionPolicyResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetPermissionPolicyResponse Modifier and Type Method Description default GetPermissionPolicyResponseWafv2Client. getPermissionPolicy(Consumer<GetPermissionPolicyRequest.Builder> getPermissionPolicyRequest)Returns the IAM policy that is attached to the specified rule group.default GetPermissionPolicyResponseWafv2Client. getPermissionPolicy(GetPermissionPolicyRequest getPermissionPolicyRequest)Returns the IAM policy that is attached to the specified rule group.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetPermissionPolicyResponse Modifier and Type Method Description default CompletableFuture<GetPermissionPolicyResponse>Wafv2AsyncClient. getPermissionPolicy(Consumer<GetPermissionPolicyRequest.Builder> getPermissionPolicyRequest)Returns the IAM policy that is attached to the specified rule group.default CompletableFuture<GetPermissionPolicyResponse>Wafv2AsyncClient. getPermissionPolicy(GetPermissionPolicyRequest getPermissionPolicyRequest)Returns the IAM policy that is attached to the specified rule group.
-