@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSFMS extends Object implements AWSFMS
AWSFMS. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AssociateAdminAccountResult |
associateAdminAccount(AssociateAdminAccountRequest request)
Sets the AWS Firewall Manager administrator account.
|
DeleteNotificationChannelResult |
deleteNotificationChannel(DeleteNotificationChannelRequest request)
Deletes an AWS Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS)
topic that is used to record AWS Firewall Manager SNS logs.
|
DeletePolicyResult |
deletePolicy(DeletePolicyRequest request)
Permanently deletes an AWS Firewall Manager policy.
|
DisassociateAdminAccountResult |
disassociateAdminAccount(DisassociateAdminAccountRequest request)
Disassociates the account that has been set as the AWS Firewall Manager administrator account.
|
GetAdminAccountResult |
getAdminAccount(GetAdminAccountRequest request)
Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall
Manager administrator.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetComplianceDetailResult |
getComplianceDetail(GetComplianceDetailRequest request)
Returns detailed compliance information about the specified member account.
|
GetNotificationChannelResult |
getNotificationChannel(GetNotificationChannelRequest request)
Returns information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall
Manager SNS logs.
|
GetPolicyResult |
getPolicy(GetPolicyRequest request)
Returns information about the specified AWS Firewall Manager policy.
|
GetProtectionStatusResult |
getProtectionStatus(GetProtectionStatusRequest request)
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
|
ListComplianceStatusResult |
listComplianceStatus(ListComplianceStatusRequest request)
Returns an array of
PolicyComplianceStatus objects in the response. |
ListMemberAccountsResult |
listMemberAccounts(ListMemberAccountsRequest request)
Returns a
MemberAccounts object that lists the member accounts in the administrator's AWS
organization. |
ListPoliciesResult |
listPolicies(ListPoliciesRequest request)
Returns an array of
PolicySummary objects in the response. |
PutNotificationChannelResult |
putNotificationChannel(PutNotificationChannelRequest request)
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
|
PutPolicyResult |
putPolicy(PutPolicyRequest request)
Creates an AWS Firewall Manager policy.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public AssociateAdminAccountResult associateAdminAccount(AssociateAdminAccountRequest request)
AWSFMSSets the AWS Firewall Manager administrator account. AWS Firewall Manager must be associated with the master account your AWS organization or associated with a member account that has the appropriate permissions. If the account ID that you submit is not an AWS Organizations master account, AWS Firewall Manager will set the appropriate permissions for the given member account.
The account that you associate with AWS Firewall Manager is called the AWS Firewall Manager administrator account.
associateAdminAccount in interface AWSFMSpublic DeleteNotificationChannelResult deleteNotificationChannel(DeleteNotificationChannelRequest request)
AWSFMSDeletes an AWS Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.
deleteNotificationChannel in interface AWSFMSpublic DeletePolicyResult deletePolicy(DeletePolicyRequest request)
AWSFMSPermanently deletes an AWS Firewall Manager policy.
deletePolicy in interface AWSFMSpublic DisassociateAdminAccountResult disassociateAdminAccount(DisassociateAdminAccountRequest request)
AWSFMS
Disassociates the account that has been set as the AWS Firewall Manager administrator account. To set a different
account as the administrator account, you must submit an AssociateAdminAccount request .
disassociateAdminAccount in interface AWSFMSpublic GetAdminAccountResult getAdminAccount(GetAdminAccountRequest request)
AWSFMSReturns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator.
getAdminAccount in interface AWSFMSpublic GetComplianceDetailResult getComplianceDetail(GetComplianceDetailRequest request)
AWSFMSReturns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy. Resources are considered non-compliant if the specified policy has not been applied to them.
getComplianceDetail in interface AWSFMSpublic GetNotificationChannelResult getNotificationChannel(GetNotificationChannelRequest request)
AWSFMSReturns information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.
getNotificationChannel in interface AWSFMSpublic GetPolicyResult getPolicy(GetPolicyRequest request)
AWSFMSReturns information about the specified AWS Firewall Manager policy.
getPolicy in interface AWSFMSpublic GetProtectionStatusResult getProtectionStatus(GetProtectionStatusRequest request)
AWSFMSIf you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.
getProtectionStatus in interface AWSFMSpublic ListComplianceStatusResult listComplianceStatus(ListComplianceStatusRequest request)
AWSFMS
Returns an array of PolicyComplianceStatus objects in the response. Use
PolicyComplianceStatus to get a summary of which member accounts are protected by the specified
policy.
listComplianceStatus in interface AWSFMSpublic ListMemberAccountsResult listMemberAccounts(ListMemberAccountsRequest request)
AWSFMS
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
The ListMemberAccounts must be submitted by the account that is set as the AWS Firewall Manager
administrator.
listMemberAccounts in interface AWSFMSpublic ListPoliciesResult listPolicies(ListPoliciesRequest request)
AWSFMS
Returns an array of PolicySummary objects in the response.
listPolicies in interface AWSFMSpublic PutNotificationChannelResult putNotificationChannel(PutNotificationChannelRequest request)
AWSFMSDesignates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.
putNotificationChannel in interface AWSFMSpublic PutPolicyResult putPolicy(PutPolicyRequest request)
AWSFMSCreates an AWS Firewall Manager policy.
Firewall Manager provides two types of policies: A Shield Advanced policy, which applies Shield Advanced protection to specified accounts and resources, or a WAF policy, which contains a rule group and defines which resources are to be protected by that rule group. A policy is specific to either WAF or Shield Advanced. If you want to enforce both WAF rules and Shield Advanced protection across accounts, you can create multiple policies. You can create one or more policies for WAF rules, and one or more policies for Shield Advanced.
You must be subscribed to Shield Advanced to create a Shield Advanced policy. For more information on subscribing to Shield Advanced, see CreateSubscription.
putPolicy in interface AWSFMSpublic void shutdown()
AWSFMSpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSFMSResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSFMSrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.