Home
last modified time | relevance | path

Searched refs:DeleteRuleGroupRequest (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/include/aws/wafv2/model/
H A DDeleteRuleGroupRequest.h22 class AWS_WAFV2_API DeleteRuleGroupRequest : public WAFV2Request
25 DeleteRuleGroupRequest();
72 … inline DeleteRuleGroupRequest& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
78 …inline DeleteRuleGroupRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *… in WithName()
84 inline DeleteRuleGroupRequest& WithName(const char* value) { SetName(value); return *this;} in WithName()
145 inline DeleteRuleGroupRequest& WithScope(const Scope& value) { SetScope(value); return *this;} in WithScope()
157 …inline DeleteRuleGroupRequest& WithScope(Scope&& value) { SetScope(std::move(value)); return *this… in WithScope()
200 inline DeleteRuleGroupRequest& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
207 …inline DeleteRuleGroupRequest& WithId(Aws::String&& value) { SetId(std::move(value)); return *this… in WithId()
214 inline DeleteRuleGroupRequest& WithId(const char* value) { SetId(value); return *this;} in WithId()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-network-firewall/include/aws/network-firewall/model/
H A DDeleteRuleGroupRequest.h22 class AWS_NETWORKFIREWALL_API DeleteRuleGroupRequest : public NetworkFirewallRequest
25 DeleteRuleGroupRequest();
78 …inline DeleteRuleGroupRequest& WithRuleGroupName(const Aws::String& value) { SetRuleGroupName(valu… in WithRuleGroupName()
85 …inline DeleteRuleGroupRequest& WithRuleGroupName(Aws::String&& value) { SetRuleGroupName(std::move… in WithRuleGroupName()
92 …inline DeleteRuleGroupRequest& WithRuleGroupName(const char* value) { SetRuleGroupName(value); ret… in WithRuleGroupName()
129 …inline DeleteRuleGroupRequest& WithRuleGroupArn(const Aws::String& value) { SetRuleGroupArn(value)… in WithRuleGroupArn()
135 …inline DeleteRuleGroupRequest& WithRuleGroupArn(Aws::String&& value) { SetRuleGroupArn(std::move(v… in WithRuleGroupArn()
141 …inline DeleteRuleGroupRequest& WithRuleGroupArn(const char* value) { SetRuleGroupArn(value); retur… in WithRuleGroupArn()
182 …inline DeleteRuleGroupRequest& WithType(const RuleGroupType& value) { SetType(value); return *this… in WithType()
190 …inline DeleteRuleGroupRequest& WithType(RuleGroupType&& value) { SetType(std::move(value)); return… in WithType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/include/aws/waf-regional/model/
H A DDeleteRuleGroupRequest.h21 class AWS_WAFREGIONAL_API DeleteRuleGroupRequest : public WAFRegionalRequest
24 DeleteRuleGroupRequest();
77 …inline DeleteRuleGroupRequest& WithRuleGroupId(const Aws::String& value) { SetRuleGroupId(value); … in WithRuleGroupId()
84 …inline DeleteRuleGroupRequest& WithRuleGroupId(Aws::String&& value) { SetRuleGroupId(std::move(val… in WithRuleGroupId()
91 …inline DeleteRuleGroupRequest& WithRuleGroupId(const char* value) { SetRuleGroupId(value); return … in WithRuleGroupId()
122 …inline DeleteRuleGroupRequest& WithChangeToken(const Aws::String& value) { SetChangeToken(value); … in WithChangeToken()
127 …inline DeleteRuleGroupRequest& WithChangeToken(Aws::String&& value) { SetChangeToken(std::move(val… in WithChangeToken()
132 …inline DeleteRuleGroupRequest& WithChangeToken(const char* value) { SetChangeToken(value); return … in WithChangeToken()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf/include/aws/waf/model/
H A DDeleteRuleGroupRequest.h21 class AWS_WAF_API DeleteRuleGroupRequest : public WAFRequest
24 DeleteRuleGroupRequest();
77 …inline DeleteRuleGroupRequest& WithRuleGroupId(const Aws::String& value) { SetRuleGroupId(value); … in WithRuleGroupId()
84 …inline DeleteRuleGroupRequest& WithRuleGroupId(Aws::String&& value) { SetRuleGroupId(std::move(val… in WithRuleGroupId()
91 …inline DeleteRuleGroupRequest& WithRuleGroupId(const char* value) { SetRuleGroupId(value); return … in WithRuleGroupId()
122 …inline DeleteRuleGroupRequest& WithChangeToken(const Aws::String& value) { SetChangeToken(value); … in WithChangeToken()
127 …inline DeleteRuleGroupRequest& WithChangeToken(Aws::String&& value) { SetChangeToken(std::move(val… in WithChangeToken()
132 …inline DeleteRuleGroupRequest& WithChangeToken(const char* value) { SetChangeToken(value); return … in WithChangeToken()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Ddelete_rule_group.go25 func (client *Client) DeleteRuleGroup(request *DeleteRuleGroupRequest) (response *DeleteRuleGroupRe… argument
34 func (client *Client) DeleteRuleGroupWithChan(request *DeleteRuleGroupRequest) (<-chan *DeleteRuleG… argument
58 func (client *Client) DeleteRuleGroupWithCallback(request *DeleteRuleGroupRequest, callback func(re… argument
77 type DeleteRuleGroupRequest struct { struct
91 func CreateDeleteRuleGroupRequest() (request *DeleteRuleGroupRequest) {
92 request = &DeleteRuleGroupRequest{
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Ddelete_rule_group.go25 func (client *Client) DeleteRuleGroup(request *DeleteRuleGroupRequest) (response *DeleteRuleGroupRe… argument
34 func (client *Client) DeleteRuleGroupWithChan(request *DeleteRuleGroupRequest) (<-chan *DeleteRuleG… argument
58 func (client *Client) DeleteRuleGroupWithCallback(request *DeleteRuleGroupRequest, callback func(re… argument
77 type DeleteRuleGroupRequest struct { struct
91 func CreateDeleteRuleGroupRequest() (request *DeleteRuleGroupRequest) {
92 request = &DeleteRuleGroupRequest{
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/source/model/
H A DDeleteRuleGroupRequest.cpp15 DeleteRuleGroupRequest::DeleteRuleGroupRequest() : in DeleteRuleGroupRequest() function in DeleteRuleGroupRequest
21 Aws::String DeleteRuleGroupRequest::SerializePayload() const in SerializePayload()
40 Aws::Http::HeaderValueCollection DeleteRuleGroupRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf/source/model/
H A DDeleteRuleGroupRequest.cpp15 DeleteRuleGroupRequest::DeleteRuleGroupRequest() : in DeleteRuleGroupRequest() function in DeleteRuleGroupRequest
21 Aws::String DeleteRuleGroupRequest::SerializePayload() const in SerializePayload()
40 Aws::Http::HeaderValueCollection DeleteRuleGroupRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-network-firewall/source/model/
H A DDeleteRuleGroupRequest.cpp15 DeleteRuleGroupRequest::DeleteRuleGroupRequest() : in DeleteRuleGroupRequest() function in DeleteRuleGroupRequest
23 Aws::String DeleteRuleGroupRequest::SerializePayload() const in SerializePayload()
47 Aws::Http::HeaderValueCollection DeleteRuleGroupRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/source/model/
H A DDeleteRuleGroupRequest.cpp15 DeleteRuleGroupRequest::DeleteRuleGroupRequest() : in DeleteRuleGroupRequest() function in DeleteRuleGroupRequest
24 Aws::String DeleteRuleGroupRequest::SerializePayload() const in SerializePayload()
54 Aws::Http::HeaderValueCollection DeleteRuleGroupRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-network-firewall/include/aws/network-firewall/
H A DNetworkFirewallClient.h90 class DeleteRuleGroupRequest; variable
183 …typedef std::function<void(const NetworkFirewallClient*, const Model::DeleteRuleGroupRequest&, con…
614 …virtual Model::DeleteRuleGroupOutcome DeleteRuleGroup(const Model::DeleteRuleGroupRequest& request…
623 …eteRuleGroupOutcomeCallable DeleteRuleGroupCallable(const Model::DeleteRuleGroupRequest& request) …
632 …virtual void DeleteRuleGroupAsync(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGr…
1380 …void DeleteRuleGroupAsyncHelper(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGrou…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/include/aws/wafv2/
H A DWAFV2Client.h109 class DeleteRuleGroupRequest; variable
250 …typedef std::function<void(const WAFV2Client*, const Model::DeleteRuleGroupRequest&, const Model::…
770 …virtual Model::DeleteRuleGroupOutcome DeleteRuleGroup(const Model::DeleteRuleGroupRequest& request…
779 …eteRuleGroupOutcomeCallable DeleteRuleGroupCallable(const Model::DeleteRuleGroupRequest& request) …
788 …virtual void DeleteRuleGroupAsync(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGr…
2146 …void DeleteRuleGroupAsyncHelper(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGrou…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-network-firewall/source/
H A DNetworkFirewallClient.cpp318 DeleteRuleGroupOutcome NetworkFirewallClient::DeleteRuleGroup(const DeleteRuleGroupRequest& request… in DeleteRuleGroup()
324 …omeCallable NetworkFirewallClient::DeleteRuleGroupCallable(const DeleteRuleGroupRequest& request) … in DeleteRuleGroupCallable()
332 void NetworkFirewallClient::DeleteRuleGroupAsync(const DeleteRuleGroupRequest& request, const Delet… in DeleteRuleGroupAsync()
337 void NetworkFirewallClient::DeleteRuleGroupAsyncHelper(const DeleteRuleGroupRequest& request, const… in DeleteRuleGroupAsyncHelper()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf/include/aws/waf/
H A DWAFClient.h152 class DeleteRuleGroupRequest; variable
389 …typedef std::function<void(const WAFClient*, const Model::DeleteRuleGroupRequest&, const Model::De…
2521 …virtual Model::DeleteRuleGroupOutcome DeleteRuleGroup(const Model::DeleteRuleGroupRequest& request…
2547 …eteRuleGroupOutcomeCallable DeleteRuleGroupCallable(const Model::DeleteRuleGroupRequest& request) …
2573 …virtual void DeleteRuleGroupAsync(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGr…
6618 …void DeleteRuleGroupAsyncHelper(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGrou…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/include/aws/waf-regional/
H A DWAFRegionalClient.h157 class DeleteRuleGroupRequest; variable
406 …typedef std::function<void(const WAFRegionalClient*, const Model::DeleteRuleGroupRequest&, const M…
2597 …virtual Model::DeleteRuleGroupOutcome DeleteRuleGroup(const Model::DeleteRuleGroupRequest& request…
2623 …eteRuleGroupOutcomeCallable DeleteRuleGroupCallable(const Model::DeleteRuleGroupRequest& request) …
2649 …virtual void DeleteRuleGroupAsync(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGr…
6851 …void DeleteRuleGroupAsyncHelper(const Model::DeleteRuleGroupRequest& request, const DeleteRuleGrou…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/networkfirewall/networkfirewalliface/
H A Dinterface.go97DeleteRuleGroupRequest(*networkfirewall.DeleteRuleGroupInput) (*request.Request, *networkfirewall.… methodSpec

123456789