@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSFMSAsyncClient extends AWSFMSClient implements AWSFMSAsync
AsyncHandler can be used to receive notification when an
asynchronous operation completes.
This is the Firewall Manager API Reference. This guide is for developers who need detailed information about the Firewall Manager API actions, data types, and errors. For detailed information about Firewall Manager features, see the Firewall Manager Developer Guide.
Some API actions require explicit resource permissions. For information, see the developer guide topic Service roles for Firewall Manager.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIXassociateAdminAccount, associateThirdPartyFirewall, batchAssociateResource, batchDisassociateResource, builder, deleteAppsList, deleteNotificationChannel, deletePolicy, deleteProtocolsList, deleteResourceSet, disassociateAdminAccount, disassociateThirdPartyFirewall, getAdminAccount, getAdminScope, getAppsList, getCachedResponseMetadata, getComplianceDetail, getNotificationChannel, getPolicy, getProtectionStatus, getProtocolsList, getResourceSet, getThirdPartyFirewallAssociationStatus, getViolationDetails, listAdminAccountsForOrganization, listAdminsManagingAccount, listAppsLists, listComplianceStatus, listDiscoveredResources, listMemberAccounts, listPolicies, listProtocolsLists, listResourceSetResources, listResourceSets, listTagsForResource, listThirdPartyFirewallFirewallPolicies, putAdminAccount, putAppsList, putNotificationChannel, putPolicy, putProtocolsList, putResourceSet, tagResource, untagResourceaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateAdminAccount, associateThirdPartyFirewall, batchAssociateResource, batchDisassociateResource, deleteAppsList, deleteNotificationChannel, deletePolicy, deleteProtocolsList, deleteResourceSet, disassociateAdminAccount, disassociateThirdPartyFirewall, getAdminAccount, getAdminScope, getAppsList, getCachedResponseMetadata, getComplianceDetail, getNotificationChannel, getPolicy, getProtectionStatus, getProtocolsList, getResourceSet, getThirdPartyFirewallAssociationStatus, getViolationDetails, listAdminAccountsForOrganization, listAdminsManagingAccount, listAppsLists, listComplianceStatus, listDiscoveredResources, listMemberAccounts, listPolicies, listProtocolsLists, listResourceSetResources, listResourceSets, listTagsForResource, listThirdPartyFirewallFirewallPolicies, putAdminAccount, putAppsList, putNotificationChannel, putPolicy, putProtocolsList, putResourceSet, tagResource, untagResourcepublic static AWSFMSAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AssociateAdminAccountResult> associateAdminAccountAsync(AssociateAdminAccountRequest request)
AWSFMSAsyncSets a Firewall Manager default administrator account. The Firewall Manager default administrator account can manage third-party firewalls and has full administrative scope that allows administration of all policy types, accounts, organizational units, and Regions. This account must be a member account of the organization in Organizations whose resources you want to protect.
For information about working with Firewall Manager administrator accounts, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.
associateAdminAccountAsync in interface AWSFMSAsyncpublic Future<AssociateAdminAccountResult> associateAdminAccountAsync(AssociateAdminAccountRequest request, AsyncHandler<AssociateAdminAccountRequest,AssociateAdminAccountResult> asyncHandler)
AWSFMSAsyncSets a Firewall Manager default administrator account. The Firewall Manager default administrator account can manage third-party firewalls and has full administrative scope that allows administration of all policy types, accounts, organizational units, and Regions. This account must be a member account of the organization in Organizations whose resources you want to protect.
For information about working with Firewall Manager administrator accounts, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.
associateAdminAccountAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateThirdPartyFirewallResult> associateThirdPartyFirewallAsync(AssociateThirdPartyFirewallRequest request)
AWSFMSAsyncSets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.
associateThirdPartyFirewallAsync in interface AWSFMSAsyncpublic Future<AssociateThirdPartyFirewallResult> associateThirdPartyFirewallAsync(AssociateThirdPartyFirewallRequest request, AsyncHandler<AssociateThirdPartyFirewallRequest,AssociateThirdPartyFirewallResult> asyncHandler)
AWSFMSAsyncSets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.
associateThirdPartyFirewallAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchAssociateResourceResult> batchAssociateResourceAsync(BatchAssociateResourceRequest request)
AWSFMSAsyncAssociate resources to a Firewall Manager resource set.
batchAssociateResourceAsync in interface AWSFMSAsyncpublic Future<BatchAssociateResourceResult> batchAssociateResourceAsync(BatchAssociateResourceRequest request, AsyncHandler<BatchAssociateResourceRequest,BatchAssociateResourceResult> asyncHandler)
AWSFMSAsyncAssociate resources to a Firewall Manager resource set.
batchAssociateResourceAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDisassociateResourceResult> batchDisassociateResourceAsync(BatchDisassociateResourceRequest request)
AWSFMSAsyncDisassociates resources from a Firewall Manager resource set.
batchDisassociateResourceAsync in interface AWSFMSAsyncpublic Future<BatchDisassociateResourceResult> batchDisassociateResourceAsync(BatchDisassociateResourceRequest request, AsyncHandler<BatchDisassociateResourceRequest,BatchDisassociateResourceResult> asyncHandler)
AWSFMSAsyncDisassociates resources from a Firewall Manager resource set.
batchDisassociateResourceAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAppsListResult> deleteAppsListAsync(DeleteAppsListRequest request)
AWSFMSAsyncPermanently deletes an Firewall Manager applications list.
deleteAppsListAsync in interface AWSFMSAsyncpublic Future<DeleteAppsListResult> deleteAppsListAsync(DeleteAppsListRequest request, AsyncHandler<DeleteAppsListRequest,DeleteAppsListResult> asyncHandler)
AWSFMSAsyncPermanently deletes an Firewall Manager applications list.
deleteAppsListAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteNotificationChannelResult> deleteNotificationChannelAsync(DeleteNotificationChannelRequest request)
AWSFMSAsyncDeletes an Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
deleteNotificationChannelAsync in interface AWSFMSAsyncpublic Future<DeleteNotificationChannelResult> deleteNotificationChannelAsync(DeleteNotificationChannelRequest request, AsyncHandler<DeleteNotificationChannelRequest,DeleteNotificationChannelResult> asyncHandler)
AWSFMSAsyncDeletes an Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
deleteNotificationChannelAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePolicyResult> deletePolicyAsync(DeletePolicyRequest request)
AWSFMSAsyncPermanently deletes an Firewall Manager policy.
deletePolicyAsync in interface AWSFMSAsyncpublic Future<DeletePolicyResult> deletePolicyAsync(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler)
AWSFMSAsyncPermanently deletes an Firewall Manager policy.
deletePolicyAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProtocolsListResult> deleteProtocolsListAsync(DeleteProtocolsListRequest request)
AWSFMSAsyncPermanently deletes an Firewall Manager protocols list.
deleteProtocolsListAsync in interface AWSFMSAsyncpublic Future<DeleteProtocolsListResult> deleteProtocolsListAsync(DeleteProtocolsListRequest request, AsyncHandler<DeleteProtocolsListRequest,DeleteProtocolsListResult> asyncHandler)
AWSFMSAsyncPermanently deletes an Firewall Manager protocols list.
deleteProtocolsListAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResourceSetResult> deleteResourceSetAsync(DeleteResourceSetRequest request)
AWSFMSAsyncDeletes the specified ResourceSet.
deleteResourceSetAsync in interface AWSFMSAsyncpublic Future<DeleteResourceSetResult> deleteResourceSetAsync(DeleteResourceSetRequest request, AsyncHandler<DeleteResourceSetRequest,DeleteResourceSetResult> asyncHandler)
AWSFMSAsyncDeletes the specified ResourceSet.
deleteResourceSetAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateAdminAccountResult> disassociateAdminAccountAsync(DisassociateAdminAccountRequest request)
AWSFMSAsyncDisassociates an Firewall Manager administrator account. To set a different account as an Firewall Manager administrator, submit a PutAdminAccount request. To set an account as a default administrator account, you must submit an AssociateAdminAccount request.
Disassociation of the default administrator account follows the first in, last out principle. If you are the default administrator, all Firewall Manager administrators within the organization must first disassociate their accounts before you can disassociate your account.
disassociateAdminAccountAsync in interface AWSFMSAsyncpublic Future<DisassociateAdminAccountResult> disassociateAdminAccountAsync(DisassociateAdminAccountRequest request, AsyncHandler<DisassociateAdminAccountRequest,DisassociateAdminAccountResult> asyncHandler)
AWSFMSAsyncDisassociates an Firewall Manager administrator account. To set a different account as an Firewall Manager administrator, submit a PutAdminAccount request. To set an account as a default administrator account, you must submit an AssociateAdminAccount request.
Disassociation of the default administrator account follows the first in, last out principle. If you are the default administrator, all Firewall Manager administrators within the organization must first disassociate their accounts before you can disassociate your account.
disassociateAdminAccountAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateThirdPartyFirewallResult> disassociateThirdPartyFirewallAsync(DisassociateThirdPartyFirewallRequest request)
AWSFMSAsync
Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call
DisassociateThirdPartyFirewall, the third-party firewall vendor deletes all of the firewalls that
are associated with the account.
disassociateThirdPartyFirewallAsync in interface AWSFMSAsyncpublic Future<DisassociateThirdPartyFirewallResult> disassociateThirdPartyFirewallAsync(DisassociateThirdPartyFirewallRequest request, AsyncHandler<DisassociateThirdPartyFirewallRequest,DisassociateThirdPartyFirewallResult> asyncHandler)
AWSFMSAsync
Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call
DisassociateThirdPartyFirewall, the third-party firewall vendor deletes all of the firewalls that
are associated with the account.
disassociateThirdPartyFirewallAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAdminAccountResult> getAdminAccountAsync(GetAdminAccountRequest request)
AWSFMSAsyncReturns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.
getAdminAccountAsync in interface AWSFMSAsyncpublic Future<GetAdminAccountResult> getAdminAccountAsync(GetAdminAccountRequest request, AsyncHandler<GetAdminAccountRequest,GetAdminAccountResult> asyncHandler)
AWSFMSAsyncReturns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.
getAdminAccountAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAdminScopeResult> getAdminScopeAsync(GetAdminScopeRequest request)
AWSFMSAsyncReturns information about the specified account's administrative scope. The administrative scope defines the resources that an Firewall Manager administrator can manage.
getAdminScopeAsync in interface AWSFMSAsyncpublic Future<GetAdminScopeResult> getAdminScopeAsync(GetAdminScopeRequest request, AsyncHandler<GetAdminScopeRequest,GetAdminScopeResult> asyncHandler)
AWSFMSAsyncReturns information about the specified account's administrative scope. The administrative scope defines the resources that an Firewall Manager administrator can manage.
getAdminScopeAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAppsListResult> getAppsListAsync(GetAppsListRequest request)
AWSFMSAsyncReturns information about the specified Firewall Manager applications list.
getAppsListAsync in interface AWSFMSAsyncpublic Future<GetAppsListResult> getAppsListAsync(GetAppsListRequest request, AsyncHandler<GetAppsListRequest,GetAppsListResult> asyncHandler)
AWSFMSAsyncReturns information about the specified Firewall Manager applications list.
getAppsListAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetComplianceDetailResult> getComplianceDetailAsync(GetComplianceDetailRequest request)
AWSFMSAsyncReturns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy.
The reasons for resources being considered compliant depend on the Firewall Manager policy type.
getComplianceDetailAsync in interface AWSFMSAsyncpublic Future<GetComplianceDetailResult> getComplianceDetailAsync(GetComplianceDetailRequest request, AsyncHandler<GetComplianceDetailRequest,GetComplianceDetailResult> asyncHandler)
AWSFMSAsyncReturns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy.
The reasons for resources being considered compliant depend on the Firewall Manager policy type.
getComplianceDetailAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetNotificationChannelResult> getNotificationChannelAsync(GetNotificationChannelRequest request)
AWSFMSAsyncInformation about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
getNotificationChannelAsync in interface AWSFMSAsyncpublic Future<GetNotificationChannelResult> getNotificationChannelAsync(GetNotificationChannelRequest request, AsyncHandler<GetNotificationChannelRequest,GetNotificationChannelResult> asyncHandler)
AWSFMSAsyncInformation about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
getNotificationChannelAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPolicyResult> getPolicyAsync(GetPolicyRequest request)
AWSFMSAsyncReturns information about the specified Firewall Manager policy.
getPolicyAsync in interface AWSFMSAsyncpublic Future<GetPolicyResult> getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
AWSFMSAsyncReturns information about the specified Firewall Manager policy.
getPolicyAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProtectionStatusResult> getProtectionStatusAsync(GetProtectionStatusRequest request)
AWSFMSAsyncIf you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack. Other policy types are currently unsupported.
getProtectionStatusAsync in interface AWSFMSAsyncpublic Future<GetProtectionStatusResult> getProtectionStatusAsync(GetProtectionStatusRequest request, AsyncHandler<GetProtectionStatusRequest,GetProtectionStatusResult> asyncHandler)
AWSFMSAsyncIf you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack. Other policy types are currently unsupported.
getProtectionStatusAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProtocolsListResult> getProtocolsListAsync(GetProtocolsListRequest request)
AWSFMSAsyncReturns information about the specified Firewall Manager protocols list.
getProtocolsListAsync in interface AWSFMSAsyncpublic Future<GetProtocolsListResult> getProtocolsListAsync(GetProtocolsListRequest request, AsyncHandler<GetProtocolsListRequest,GetProtocolsListResult> asyncHandler)
AWSFMSAsyncReturns information about the specified Firewall Manager protocols list.
getProtocolsListAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResourceSetResult> getResourceSetAsync(GetResourceSetRequest request)
AWSFMSAsyncGets information about a specific resource set.
getResourceSetAsync in interface AWSFMSAsyncpublic Future<GetResourceSetResult> getResourceSetAsync(GetResourceSetRequest request, AsyncHandler<GetResourceSetRequest,GetResourceSetResult> asyncHandler)
AWSFMSAsyncGets information about a specific resource set.
getResourceSetAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetThirdPartyFirewallAssociationStatusResult> getThirdPartyFirewallAssociationStatusAsync(GetThirdPartyFirewallAssociationStatusRequest request)
AWSFMSAsyncThe onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.
getThirdPartyFirewallAssociationStatusAsync in interface AWSFMSAsyncpublic Future<GetThirdPartyFirewallAssociationStatusResult> getThirdPartyFirewallAssociationStatusAsync(GetThirdPartyFirewallAssociationStatusRequest request, AsyncHandler<GetThirdPartyFirewallAssociationStatusRequest,GetThirdPartyFirewallAssociationStatusResult> asyncHandler)
AWSFMSAsyncThe onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.
getThirdPartyFirewallAssociationStatusAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetViolationDetailsResult> getViolationDetailsAsync(GetViolationDetailsRequest request)
AWSFMSAsyncRetrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.
getViolationDetailsAsync in interface AWSFMSAsyncpublic Future<GetViolationDetailsResult> getViolationDetailsAsync(GetViolationDetailsRequest request, AsyncHandler<GetViolationDetailsRequest,GetViolationDetailsResult> asyncHandler)
AWSFMSAsyncRetrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.
getViolationDetailsAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAdminAccountsForOrganizationResult> listAdminAccountsForOrganizationAsync(ListAdminAccountsForOrganizationRequest request)
AWSFMSAsync
Returns a AdminAccounts object that lists the Firewall Manager administrators within the
organization that are onboarded to Firewall Manager by AssociateAdminAccount.
This operation can be called only from the organization's management account.
listAdminAccountsForOrganizationAsync in interface AWSFMSAsyncpublic Future<ListAdminAccountsForOrganizationResult> listAdminAccountsForOrganizationAsync(ListAdminAccountsForOrganizationRequest request, AsyncHandler<ListAdminAccountsForOrganizationRequest,ListAdminAccountsForOrganizationResult> asyncHandler)
AWSFMSAsync
Returns a AdminAccounts object that lists the Firewall Manager administrators within the
organization that are onboarded to Firewall Manager by AssociateAdminAccount.
This operation can be called only from the organization's management account.
listAdminAccountsForOrganizationAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAdminsManagingAccountResult> listAdminsManagingAccountAsync(ListAdminsManagingAccountRequest request)
AWSFMSAsyncLists the accounts that are managing the specified Organizations member account. This is useful for any member account so that they can view the accounts who are managing their account. This operation only returns the managing administrators that have the requested account within their AdminScope.
listAdminsManagingAccountAsync in interface AWSFMSAsyncpublic Future<ListAdminsManagingAccountResult> listAdminsManagingAccountAsync(ListAdminsManagingAccountRequest request, AsyncHandler<ListAdminsManagingAccountRequest,ListAdminsManagingAccountResult> asyncHandler)
AWSFMSAsyncLists the accounts that are managing the specified Organizations member account. This is useful for any member account so that they can view the accounts who are managing their account. This operation only returns the managing administrators that have the requested account within their AdminScope.
listAdminsManagingAccountAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAppsListsResult> listAppsListsAsync(ListAppsListsRequest request)
AWSFMSAsync
Returns an array of AppsListDataSummary objects.
listAppsListsAsync in interface AWSFMSAsyncpublic Future<ListAppsListsResult> listAppsListsAsync(ListAppsListsRequest request, AsyncHandler<ListAppsListsRequest,ListAppsListsResult> asyncHandler)
AWSFMSAsync
Returns an array of AppsListDataSummary objects.
listAppsListsAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListComplianceStatusResult> listComplianceStatusAsync(ListComplianceStatusRequest request)
AWSFMSAsync
Returns an array of PolicyComplianceStatus objects. Use PolicyComplianceStatus to get a
summary of which member accounts are protected by the specified policy.
listComplianceStatusAsync in interface AWSFMSAsyncpublic Future<ListComplianceStatusResult> listComplianceStatusAsync(ListComplianceStatusRequest request, AsyncHandler<ListComplianceStatusRequest,ListComplianceStatusResult> asyncHandler)
AWSFMSAsync
Returns an array of PolicyComplianceStatus objects. Use PolicyComplianceStatus to get a
summary of which member accounts are protected by the specified policy.
listComplianceStatusAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDiscoveredResourcesResult> listDiscoveredResourcesAsync(ListDiscoveredResourcesRequest request)
AWSFMSAsyncReturns an array of resources in the organization's accounts that are available to be associated with a resource set.
listDiscoveredResourcesAsync in interface AWSFMSAsyncpublic Future<ListDiscoveredResourcesResult> listDiscoveredResourcesAsync(ListDiscoveredResourcesRequest request, AsyncHandler<ListDiscoveredResourcesRequest,ListDiscoveredResourcesResult> asyncHandler)
AWSFMSAsyncReturns an array of resources in the organization's accounts that are available to be associated with a resource set.
listDiscoveredResourcesAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMemberAccountsResult> listMemberAccountsAsync(ListMemberAccountsRequest request)
AWSFMSAsync
Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web
Services organization.
Either an Firewall Manager administrator or the organization's management account can make this request.
listMemberAccountsAsync in interface AWSFMSAsyncpublic Future<ListMemberAccountsResult> listMemberAccountsAsync(ListMemberAccountsRequest request, AsyncHandler<ListMemberAccountsRequest,ListMemberAccountsResult> asyncHandler)
AWSFMSAsync
Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web
Services organization.
Either an Firewall Manager administrator or the organization's management account can make this request.
listMemberAccountsAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPoliciesResult> listPoliciesAsync(ListPoliciesRequest request)
AWSFMSAsync
Returns an array of PolicySummary objects.
listPoliciesAsync in interface AWSFMSAsyncpublic Future<ListPoliciesResult> listPoliciesAsync(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
AWSFMSAsync
Returns an array of PolicySummary objects.
listPoliciesAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProtocolsListsResult> listProtocolsListsAsync(ListProtocolsListsRequest request)
AWSFMSAsync
Returns an array of ProtocolsListDataSummary objects.
listProtocolsListsAsync in interface AWSFMSAsyncpublic Future<ListProtocolsListsResult> listProtocolsListsAsync(ListProtocolsListsRequest request, AsyncHandler<ListProtocolsListsRequest,ListProtocolsListsResult> asyncHandler)
AWSFMSAsync
Returns an array of ProtocolsListDataSummary objects.
listProtocolsListsAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResourceSetResourcesResult> listResourceSetResourcesAsync(ListResourceSetResourcesRequest request)
AWSFMSAsyncReturns an array of resources that are currently associated to a resource set.
listResourceSetResourcesAsync in interface AWSFMSAsyncpublic Future<ListResourceSetResourcesResult> listResourceSetResourcesAsync(ListResourceSetResourcesRequest request, AsyncHandler<ListResourceSetResourcesRequest,ListResourceSetResourcesResult> asyncHandler)
AWSFMSAsyncReturns an array of resources that are currently associated to a resource set.
listResourceSetResourcesAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResourceSetsResult> listResourceSetsAsync(ListResourceSetsRequest request)
AWSFMSAsync
Returns an array of ResourceSetSummary objects.
listResourceSetsAsync in interface AWSFMSAsyncpublic Future<ListResourceSetsResult> listResourceSetsAsync(ListResourceSetsRequest request, AsyncHandler<ListResourceSetsRequest,ListResourceSetsResult> asyncHandler)
AWSFMSAsync
Returns an array of ResourceSetSummary objects.
listResourceSetsAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSFMSAsyncRetrieves the list of tags for the specified Amazon Web Services resource.
listTagsForResourceAsync in interface AWSFMSAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSFMSAsyncRetrieves the list of tags for the specified Amazon Web Services resource.
listTagsForResourceAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListThirdPartyFirewallFirewallPoliciesResult> listThirdPartyFirewallFirewallPoliciesAsync(ListThirdPartyFirewallFirewallPoliciesRequest request)
AWSFMSAsyncRetrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.
listThirdPartyFirewallFirewallPoliciesAsync in interface AWSFMSAsyncpublic Future<ListThirdPartyFirewallFirewallPoliciesResult> listThirdPartyFirewallFirewallPoliciesAsync(ListThirdPartyFirewallFirewallPoliciesRequest request, AsyncHandler<ListThirdPartyFirewallFirewallPoliciesRequest,ListThirdPartyFirewallFirewallPoliciesResult> asyncHandler)
AWSFMSAsyncRetrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.
listThirdPartyFirewallFirewallPoliciesAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutAdminAccountResult> putAdminAccountAsync(PutAdminAccountRequest request)
AWSFMSAsyncCreates or updates an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. Only the organization's management account can create an Firewall Manager administrator account. When you create an Firewall Manager administrator account, the service checks to see if the account is already a delegated administrator within Organizations. If the account isn't a delegated administrator, Firewall Manager calls Organizations to delegate the account within Organizations. For more information about administrator accounts within Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
putAdminAccountAsync in interface AWSFMSAsyncpublic Future<PutAdminAccountResult> putAdminAccountAsync(PutAdminAccountRequest request, AsyncHandler<PutAdminAccountRequest,PutAdminAccountResult> asyncHandler)
AWSFMSAsyncCreates or updates an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. Only the organization's management account can create an Firewall Manager administrator account. When you create an Firewall Manager administrator account, the service checks to see if the account is already a delegated administrator within Organizations. If the account isn't a delegated administrator, Firewall Manager calls Organizations to delegate the account within Organizations. For more information about administrator accounts within Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
putAdminAccountAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutAppsListResult> putAppsListAsync(PutAppsListRequest request)
AWSFMSAsyncCreates an Firewall Manager applications list.
putAppsListAsync in interface AWSFMSAsyncpublic Future<PutAppsListResult> putAppsListAsync(PutAppsListRequest request, AsyncHandler<PutAppsListRequest,PutAppsListResult> asyncHandler)
AWSFMSAsyncCreates an Firewall Manager applications list.
putAppsListAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutNotificationChannelResult> putNotificationChannelAsync(PutNotificationChannelRequest request)
AWSFMSAsyncDesignates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.
To perform this action outside of the console, you must first configure the SNS topic's access policy to allow
the SnsRoleName to publish SNS logs. If the SnsRoleName provided is a role other than
the AWSServiceRoleForFMS service-linked role, this role must have a trust relationship configured to
allow the Firewall Manager service principal fms.amazonaws.com to assume this role. For information
about configuring an SNS access policy, see Service roles for Firewall Manager in the Firewall Manager Developer Guide.
putNotificationChannelAsync in interface AWSFMSAsyncpublic Future<PutNotificationChannelResult> putNotificationChannelAsync(PutNotificationChannelRequest request, AsyncHandler<PutNotificationChannelRequest,PutNotificationChannelResult> asyncHandler)
AWSFMSAsyncDesignates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.
To perform this action outside of the console, you must first configure the SNS topic's access policy to allow
the SnsRoleName to publish SNS logs. If the SnsRoleName provided is a role other than
the AWSServiceRoleForFMS service-linked role, this role must have a trust relationship configured to
allow the Firewall Manager service principal fms.amazonaws.com to assume this role. For information
about configuring an SNS access policy, see Service roles for Firewall Manager in the Firewall Manager Developer Guide.
putNotificationChannelAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutPolicyResult> putPolicyAsync(PutPolicyRequest request)
AWSFMSAsyncCreates an Firewall Manager policy.
A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type.
If you add a new account to an organization that you created with Organizations, Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy.
Firewall Manager provides the following types of policies:
WAF policy - This policy applies WAF web ACL protections to specified accounts and resources.
Shield Advanced policy - This policy applies Shield Advanced protection to specified accounts and resources.
Security Groups policy - This type of policy gives you control over security groups that are in use throughout your organization in Organizations and lets you enforce a baseline set of rules across your organization.
Network ACL policy - This type of policy gives you control over the network ACLs that are in use throughout your organization in Organizations and lets you enforce a baseline set of first and last network ACL rules across your organization.
Network Firewall policy - This policy applies Network Firewall protection to your organization's VPCs.
DNS Firewall policy - This policy applies Amazon Route 53 Resolver DNS Firewall protections to your organization's VPCs.
Third-party firewall policy - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the Amazon Web Services Marketplace console at Amazon Web Services Marketplace.
Palo Alto Networks Cloud NGFW policy - This policy applies Palo Alto Networks Cloud Next Generation Firewall (NGFW) protections and Palo Alto Networks Cloud NGFW rulestacks to your organization's VPCs.
Fortigate CNF policy - This policy applies Fortigate Cloud Native Firewall (CNF) protections. Fortigate CNF is a cloud-centered solution that blocks Zero-Day threats and secures cloud infrastructures with industry-leading advanced threat prevention, smart web application firewalls (WAF), and API protection.
putPolicyAsync in interface AWSFMSAsyncpublic Future<PutPolicyResult> putPolicyAsync(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResult> asyncHandler)
AWSFMSAsyncCreates an Firewall Manager policy.
A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type.
If you add a new account to an organization that you created with Organizations, Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy.
Firewall Manager provides the following types of policies:
WAF policy - This policy applies WAF web ACL protections to specified accounts and resources.
Shield Advanced policy - This policy applies Shield Advanced protection to specified accounts and resources.
Security Groups policy - This type of policy gives you control over security groups that are in use throughout your organization in Organizations and lets you enforce a baseline set of rules across your organization.
Network ACL policy - This type of policy gives you control over the network ACLs that are in use throughout your organization in Organizations and lets you enforce a baseline set of first and last network ACL rules across your organization.
Network Firewall policy - This policy applies Network Firewall protection to your organization's VPCs.
DNS Firewall policy - This policy applies Amazon Route 53 Resolver DNS Firewall protections to your organization's VPCs.
Third-party firewall policy - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the Amazon Web Services Marketplace console at Amazon Web Services Marketplace.
Palo Alto Networks Cloud NGFW policy - This policy applies Palo Alto Networks Cloud Next Generation Firewall (NGFW) protections and Palo Alto Networks Cloud NGFW rulestacks to your organization's VPCs.
Fortigate CNF policy - This policy applies Fortigate Cloud Native Firewall (CNF) protections. Fortigate CNF is a cloud-centered solution that blocks Zero-Day threats and secures cloud infrastructures with industry-leading advanced threat prevention, smart web application firewalls (WAF), and API protection.
putPolicyAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutProtocolsListResult> putProtocolsListAsync(PutProtocolsListRequest request)
AWSFMSAsyncCreates an Firewall Manager protocols list.
putProtocolsListAsync in interface AWSFMSAsyncpublic Future<PutProtocolsListResult> putProtocolsListAsync(PutProtocolsListRequest request, AsyncHandler<PutProtocolsListRequest,PutProtocolsListResult> asyncHandler)
AWSFMSAsyncCreates an Firewall Manager protocols list.
putProtocolsListAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutResourceSetResult> putResourceSetAsync(PutResourceSetRequest request)
AWSFMSAsyncCreates the resource set.
An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.
putResourceSetAsync in interface AWSFMSAsyncpublic Future<PutResourceSetResult> putResourceSetAsync(PutResourceSetRequest request, AsyncHandler<PutResourceSetRequest,PutResourceSetResult> asyncHandler)
AWSFMSAsyncCreates the resource set.
An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.
putResourceSetAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSFMSAsyncAdds one or more tags to an Amazon Web Services resource.
tagResourceAsync in interface AWSFMSAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSFMSAsyncAdds one or more tags to an Amazon Web Services resource.
tagResourceAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSFMSAsyncRemoves one or more tags from an Amazon Web Services resource.
untagResourceAsync in interface AWSFMSAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSFMSAsyncRemoves one or more tags from an Amazon Web Services resource.
untagResourceAsync in interface AWSFMSAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AWSFMSshutdown in class AWSFMSClient