| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutResourcePolicyResult> |
AbstractAWSNetworkFirewallAsync.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
Future<PutResourcePolicyResult> |
AWSNetworkFirewallAsync.putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Creates or updates an IAM policy for your rule group or firewall policy.
|
Future<PutResourcePolicyResult> |
AWSNetworkFirewallAsyncClient.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest |
PutResourcePolicyRequest.clone() |
PutResourcePolicyRequest |
PutResourcePolicyRequest.withPolicy(String policy)
The IAM policy statement that lists the accounts that you want to share your rule group or firewall policy with
and the operations that you want the accounts to be able to perform.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the account that you want to share rule groups and firewall policies with.
|
Copyright © 2024. All rights reserved.