- AccountRoleStatus - Enum in software.amazon.awssdk.services.fms.model
-
- adminAccount() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account.
- adminAccount(String) - Method in interface software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest.Builder
-
The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account.
- adminAccount() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
The AWS account that is set as the AWS Firewall Manager administrator.
- adminAccount(String) - Method in interface software.amazon.awssdk.services.fms.model.GetAdminAccountResponse.Builder
-
The AWS account that is set as the AWS Firewall Manager administrator.
- adminAccountId() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
The ID of the AWS Firewall administrator account for this policy.
- adminAccountId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse.Builder
-
The ID of the AWS Firewall administrator account for this policy.
- App - Class in software.amazon.awssdk.services.fms.model
-
An individual AWS Firewall Manager application.
- App.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- appName() - Method in class software.amazon.awssdk.services.fms.model.App
-
The application's name.
- appName(String) - Method in interface software.amazon.awssdk.services.fms.model.App.Builder
-
The application's name.
- appsList() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
An array of applications in the AWS Firewall Manager applications list.
- appsList(Collection<App>) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
An array of applications in the AWS Firewall Manager applications list.
- appsList(App...) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
An array of applications in the AWS Firewall Manager applications list.
- appsList(Consumer<App.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
An array of applications in the AWS Firewall Manager applications list.
- appsList() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
An array of App objects in the AWS Firewall Manager applications list.
- appsList(Collection<App>) - Method in interface software.amazon.awssdk.services.fms.model.AppsListDataSummary.Builder
-
An array of App objects in the AWS Firewall Manager applications list.
- appsList(App...) - Method in interface software.amazon.awssdk.services.fms.model.AppsListDataSummary.Builder
-
An array of App objects in the AWS Firewall Manager applications list.
- appsList(Consumer<App.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.AppsListDataSummary.Builder
-
An array of App objects in the AWS Firewall Manager applications list.
- appsList() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
Information about the specified AWS Firewall Manager applications list.
- appsList(AppsListData) - Method in interface software.amazon.awssdk.services.fms.model.GetAppsListResponse.Builder
-
Information about the specified AWS Firewall Manager applications list.
- appsList(Consumer<AppsListData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.GetAppsListResponse.Builder
-
Information about the specified AWS Firewall Manager applications list.
- appsList() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
The details of the AWS Firewall Manager applications list to be created.
- appsList(AppsListData) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListRequest.Builder
-
The details of the AWS Firewall Manager applications list to be created.
- appsList(Consumer<AppsListData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListRequest.Builder
-
The details of the AWS Firewall Manager applications list to be created.
- appsList() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
The details of the AWS Firewall Manager applications list.
- appsList(AppsListData) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListResponse.Builder
-
The details of the AWS Firewall Manager applications list.
- appsList(Consumer<AppsListData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListResponse.Builder
-
The details of the AWS Firewall Manager applications list.
- appsListArn() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
The Amazon Resource Name (ARN) of the applications list.
- appsListArn(String) - Method in interface software.amazon.awssdk.services.fms.model.GetAppsListResponse.Builder
-
The Amazon Resource Name (ARN) of the applications list.
- appsListArn() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
The Amazon Resource Name (ARN) of the applications list.
- appsListArn(String) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListResponse.Builder
-
The Amazon Resource Name (ARN) of the applications list.
- AppsListData - Class in software.amazon.awssdk.services.fms.model
-
An AWS Firewall Manager applications list.
- AppsListData.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- AppsListDataSummary - Class in software.amazon.awssdk.services.fms.model
-
Details of the AWS Firewall Manager applications list.
- AppsListDataSummary.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- appsLists() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
An array of AppsListDataSummary objects.
- appsLists(Collection<AppsListDataSummary>) - Method in interface software.amazon.awssdk.services.fms.model.ListAppsListsResponse.Builder
-
An array of AppsListDataSummary objects.
- appsLists(AppsListDataSummary...) - Method in interface software.amazon.awssdk.services.fms.model.ListAppsListsResponse.Builder
-
An array of AppsListDataSummary objects.
- appsLists(Consumer<AppsListDataSummary.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ListAppsListsResponse.Builder
-
An array of AppsListDataSummary objects.
- associateAdminAccount(AssociateAdminAccountRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Sets the AWS Firewall Manager administrator account.
- associateAdminAccount(Consumer<AssociateAdminAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Sets the AWS Firewall Manager administrator account.
- associateAdminAccount(AssociateAdminAccountRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Sets the AWS Firewall Manager administrator account.
- associateAdminAccount(Consumer<AssociateAdminAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Sets the AWS Firewall Manager administrator account.
- AssociateAdminAccountRequest - Class in software.amazon.awssdk.services.fms.model
-
- AssociateAdminAccountRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- AssociateAdminAccountRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- AssociateAdminAccountRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.AssociateAdminAccountRequestMarshaller
-
- AssociateAdminAccountResponse - Class in software.amazon.awssdk.services.fms.model
-
- AssociateAdminAccountResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- availabilityZone() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
The Availability Zone of a violating subnet.
- availabilityZone(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation.Builder
-
The Availability Zone of a violating subnet.
- availabilityZone() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
The Availability Zone of a violating subnet.
- availabilityZone(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation.Builder
-
The Availability Zone of a violating subnet.
- availabilityZone() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
The Availability Zone of a violating subnet.
- availabilityZone(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation.Builder
-
The Availability Zone of a violating subnet.
- AwsEc2InstanceViolation - Class in software.amazon.awssdk.services.fms.model
-
Violations for an EC2 instance resource.
- awsEc2InstanceViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation details for an EC2 instance.
- awsEc2InstanceViolation(AwsEc2InstanceViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation details for an EC2 instance.
- awsEc2InstanceViolation(Consumer<AwsEc2InstanceViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation details for an EC2 instance.
- AwsEc2InstanceViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- AwsEc2NetworkInterfaceViolation - Class in software.amazon.awssdk.services.fms.model
-
Violations for network interfaces associated with an EC2 instance.
- awsEc2NetworkInterfaceViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation details for network interface.
- awsEc2NetworkInterfaceViolation(AwsEc2NetworkInterfaceViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation details for network interface.
- awsEc2NetworkInterfaceViolation(Consumer<AwsEc2NetworkInterfaceViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation details for network interface.
- AwsEc2NetworkInterfaceViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- awsEc2NetworkInterfaceViolations() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
Violations for network interfaces associated with the EC2 instance.
- awsEc2NetworkInterfaceViolations(Collection<AwsEc2NetworkInterfaceViolation>) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation.Builder
-
Violations for network interfaces associated with the EC2 instance.
- awsEc2NetworkInterfaceViolations(AwsEc2NetworkInterfaceViolation...) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation.Builder
-
Violations for network interfaces associated with the EC2 instance.
- awsEc2NetworkInterfaceViolations(Consumer<AwsEc2NetworkInterfaceViolation.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation.Builder
-
Violations for network interfaces associated with the EC2 instance.
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.FmsException.Builder
-
- awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.fms.model.FmsException.BuilderImpl
-
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.InternalErrorException.Builder
-
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.InvalidInputException.Builder
-
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.InvalidOperationException.Builder
-
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.InvalidTypeException.Builder
-
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.LimitExceededException.Builder
-
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.fms.model.ResourceNotFoundException.Builder
-
- AwsVPCSecurityGroupViolation - Class in software.amazon.awssdk.services.fms.model
-
Details of the rule violation in a security group when compared to the master security group of the AWS Firewall
Manager policy.
- awsVPCSecurityGroupViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation details for security groups.
- awsVPCSecurityGroupViolation(AwsVPCSecurityGroupViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation details for security groups.
- awsVPCSecurityGroupViolation(Consumer<AwsVPCSecurityGroupViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation details for security groups.
- AwsVPCSecurityGroupViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- data(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse.Builder
-
Details about the attack, including the following:
- data() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
Details about the attack, including the following:
- defaultList(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.GetAppsListRequest.Builder
-
Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.
- defaultList() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.
- defaultList(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.GetProtocolsListRequest.Builder
-
Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.
- defaultList() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.
- defaultLists(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.ListAppsListsRequest.Builder
-
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
- defaultLists() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
- defaultLists(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest.Builder
-
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
- defaultLists() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
- deleteAllPolicyResources(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.DeletePolicyRequest.Builder
-
If True, the request performs cleanup according to the policy type.
- deleteAllPolicyResources() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
If True, the request performs cleanup according to the policy type.
- deleteAppsList(DeleteAppsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Permanently deletes an AWS Firewall Manager applications list.
- deleteAppsList(Consumer<DeleteAppsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Permanently deletes an AWS Firewall Manager applications list.
- deleteAppsList(DeleteAppsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Permanently deletes an AWS Firewall Manager applications list.
- deleteAppsList(Consumer<DeleteAppsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Permanently deletes an AWS Firewall Manager applications list.
- DeleteAppsListRequest - Class in software.amazon.awssdk.services.fms.model
-
- DeleteAppsListRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- DeleteAppsListRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- DeleteAppsListRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.DeleteAppsListRequestMarshaller
-
- DeleteAppsListResponse - Class in software.amazon.awssdk.services.fms.model
-
- DeleteAppsListResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- deleteNotificationChannel(DeleteNotificationChannelRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
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.
- deleteNotificationChannel(Consumer<DeleteNotificationChannelRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
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.
- deleteNotificationChannel(DeleteNotificationChannelRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
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.
- deleteNotificationChannel(Consumer<DeleteNotificationChannelRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
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.
- DeleteNotificationChannelRequest - Class in software.amazon.awssdk.services.fms.model
-
- DeleteNotificationChannelRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- DeleteNotificationChannelRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- DeleteNotificationChannelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.DeleteNotificationChannelRequestMarshaller
-
- DeleteNotificationChannelResponse - Class in software.amazon.awssdk.services.fms.model
-
- DeleteNotificationChannelResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- deletePolicy(DeletePolicyRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Permanently deletes an AWS Firewall Manager policy.
- deletePolicy(Consumer<DeletePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Permanently deletes an AWS Firewall Manager policy.
- deletePolicy(DeletePolicyRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Permanently deletes an AWS Firewall Manager policy.
- deletePolicy(Consumer<DeletePolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Permanently deletes an AWS Firewall Manager policy.
- DeletePolicyRequest - Class in software.amazon.awssdk.services.fms.model
-
- DeletePolicyRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- DeletePolicyRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- DeletePolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.DeletePolicyRequestMarshaller
-
- DeletePolicyResponse - Class in software.amazon.awssdk.services.fms.model
-
- DeletePolicyResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- deleteProtocolsList(DeleteProtocolsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Permanently deletes an AWS Firewall Manager protocols list.
- deleteProtocolsList(Consumer<DeleteProtocolsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Permanently deletes an AWS Firewall Manager protocols list.
- deleteProtocolsList(DeleteProtocolsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Permanently deletes an AWS Firewall Manager protocols list.
- deleteProtocolsList(Consumer<DeleteProtocolsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Permanently deletes an AWS Firewall Manager protocols list.
- DeleteProtocolsListRequest - Class in software.amazon.awssdk.services.fms.model
-
- DeleteProtocolsListRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- DeleteProtocolsListRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- DeleteProtocolsListRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.DeleteProtocolsListRequestMarshaller
-
- DeleteProtocolsListResponse - Class in software.amazon.awssdk.services.fms.model
-
- DeleteProtocolsListResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- DependentServiceName - Enum in software.amazon.awssdk.services.fms.model
-
- description(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction.Builder
-
Brief description of the action that will be performed.
- description() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
Brief description of the action that will be performed.
- disassociateAdminAccount(DisassociateAdminAccountRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Disassociates the account that has been set as the AWS Firewall Manager administrator account.
- disassociateAdminAccount(Consumer<DisassociateAdminAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Disassociates the account that has been set as the AWS Firewall Manager administrator account.
- disassociateAdminAccount(DisassociateAdminAccountRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Disassociates the account that has been set as the AWS Firewall Manager administrator account.
- disassociateAdminAccount(Consumer<DisassociateAdminAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Disassociates the account that has been set as the AWS Firewall Manager administrator account.
- DisassociateAdminAccountRequest - Class in software.amazon.awssdk.services.fms.model
-
- DisassociateAdminAccountRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- DisassociateAdminAccountRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- DisassociateAdminAccountRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.DisassociateAdminAccountRequestMarshaller
-
- DisassociateAdminAccountResponse - Class in software.amazon.awssdk.services.fms.model
-
- DisassociateAdminAccountResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getAdminAccount(GetAdminAccountRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall
Manager administrator.
- getAdminAccount(Consumer<GetAdminAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall
Manager administrator.
- getAdminAccount(GetAdminAccountRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall
Manager administrator.
- getAdminAccount(Consumer<GetAdminAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall
Manager administrator.
- GetAdminAccountRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetAdminAccountRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetAdminAccountRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetAdminAccountRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetAdminAccountRequestMarshaller
-
- GetAdminAccountResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetAdminAccountResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getAppsList(GetAppsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns information about the specified AWS Firewall Manager applications list.
- getAppsList(Consumer<GetAppsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns information about the specified AWS Firewall Manager applications list.
- getAppsList(GetAppsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns information about the specified AWS Firewall Manager applications list.
- getAppsList(Consumer<GetAppsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns information about the specified AWS Firewall Manager applications list.
- GetAppsListRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetAppsListRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetAppsListRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetAppsListRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetAppsListRequestMarshaller
-
- GetAppsListResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetAppsListResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getComplianceDetail(GetComplianceDetailRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns detailed compliance information about the specified member account.
- getComplianceDetail(Consumer<GetComplianceDetailRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns detailed compliance information about the specified member account.
- getComplianceDetail(GetComplianceDetailRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns detailed compliance information about the specified member account.
- getComplianceDetail(Consumer<GetComplianceDetailRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns detailed compliance information about the specified member account.
- GetComplianceDetailRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetComplianceDetailRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetComplianceDetailRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetComplianceDetailRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetComplianceDetailRequestMarshaller
-
- GetComplianceDetailResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetComplianceDetailResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getNotificationChannel(GetNotificationChannelRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager
SNS logs.
- getNotificationChannel(Consumer<GetNotificationChannelRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager
SNS logs.
- getNotificationChannel(GetNotificationChannelRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager
SNS logs.
- getNotificationChannel(Consumer<GetNotificationChannelRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager
SNS logs.
- GetNotificationChannelRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetNotificationChannelRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetNotificationChannelRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetNotificationChannelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetNotificationChannelRequestMarshaller
-
- GetNotificationChannelResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetNotificationChannelResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getPolicy(GetPolicyRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns information about the specified AWS Firewall Manager policy.
- getPolicy(Consumer<GetPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns information about the specified AWS Firewall Manager policy.
- getPolicy(GetPolicyRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns information about the specified AWS Firewall Manager policy.
- getPolicy(Consumer<GetPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns information about the specified AWS Firewall Manager policy.
- GetPolicyRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetPolicyRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetPolicyRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetPolicyRequestMarshaller
-
- GetPolicyResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetPolicyResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getProtectionStatus(GetProtectionStatusRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
- getProtectionStatus(Consumer<GetProtectionStatusRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
- getProtectionStatus(GetProtectionStatusRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
- getProtectionStatus(Consumer<GetProtectionStatusRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
- GetProtectionStatusRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetProtectionStatusRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetProtectionStatusRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetProtectionStatusRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetProtectionStatusRequestMarshaller
-
- GetProtectionStatusResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetProtectionStatusResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getProtocolsList(GetProtocolsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns information about the specified AWS Firewall Manager protocols list.
- getProtocolsList(Consumer<GetProtocolsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns information about the specified AWS Firewall Manager protocols list.
- getProtocolsList(GetProtocolsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns information about the specified AWS Firewall Manager protocols list.
- getProtocolsList(Consumer<GetProtocolsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns information about the specified AWS Firewall Manager protocols list.
- GetProtocolsListRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetProtocolsListRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetProtocolsListRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetProtocolsListRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetProtocolsListRequestMarshaller
-
- GetProtocolsListResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetProtocolsListResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.App
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.Policy
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.Tag
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.TagResourceResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.UntagResourceResponse
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
- getViolationDetails(GetViolationDetailsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.
- getViolationDetails(Consumer<GetViolationDetailsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.
- getViolationDetails(GetViolationDetailsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.
- getViolationDetails(Consumer<GetViolationDetailsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.
- GetViolationDetailsRequest - Class in software.amazon.awssdk.services.fms.model
-
- GetViolationDetailsRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- GetViolationDetailsRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- GetViolationDetailsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.GetViolationDetailsRequestMarshaller
-
- GetViolationDetailsResponse - Class in software.amazon.awssdk.services.fms.model
-
- GetViolationDetailsResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- hasAppsList() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
Returns true if the AppsList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasAppsList() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
Returns true if the AppsList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasAppsLists() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
Returns true if the AppsLists property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasAwsEc2NetworkInterfaceViolations() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
Returns true if the AwsEc2NetworkInterfaceViolations property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
- hasEvaluationResults() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
Returns true if the EvaluationResults property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasExcludeMap() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Returns true if the ExcludeMap property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.App
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.Tag
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.TagResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
- hasIncludeMap() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Returns true if the IncludeMap property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasIssueInfoMap() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
Returns true if the IssueInfoMap property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasIssueInfoMap() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
Returns true if the IssueInfoMap property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasMemberAccounts() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
Returns true if the MemberAccounts property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasPartialMatches() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
Returns true if the PartialMatches property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasPolicyComplianceStatusList() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
Returns true if the PolicyComplianceStatusList property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
- hasPolicyList() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
Returns true if the PolicyList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasPossibleSecurityGroupRemediationActions() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
Returns true if the PossibleSecurityGroupRemediationActions property was specified by the sender (it may be
empty), or false if the sender did not specify the value (it will be empty).
- hasPreviousAppsList() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
Returns true if the PreviousAppsList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasPreviousProtocolsList() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
Returns true if the PreviousProtocolsList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasProtocolsList() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
Returns true if the ProtocolsList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasProtocolsList() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
Returns true if the ProtocolsList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasProtocolsLists() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
Returns true if the ProtocolsLists property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasResourceTags() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Returns true if the ResourceTags property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasResourceTags() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
Returns true if the ResourceTags property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
- hasResourceTypeList() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Returns true if the ResourceTypeList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasResourceViolations() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
Returns true if the ResourceViolations property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasStatefulRuleGroups() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Returns true if the StatefulRuleGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasStatelessCustomActions() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Returns true if the StatelessCustomActions property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
- hasStatelessDefaultActions() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Returns true if the StatelessDefaultActions property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
- hasStatelessFragmentDefaultActions() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Returns true if the StatelessFragmentDefaultActions property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
- hasStatelessRuleGroups() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Returns true if the StatelessRuleGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
- hasTagKeys() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasTagList() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
Returns true if the TagList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasTagList() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
Returns true if the TagList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasTagList() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
Returns true if the TagList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasTagList() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
Returns true if the TagList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasTagList() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
Returns true if the TagList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- hasTargetViolationReasons() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
Returns true if the TargetViolationReasons property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
- hasViolatingSecurityGroups() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
Returns true if the ViolatingSecurityGroups property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
- hasViolators() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
Returns true if the Violators property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
- includeMap(Map<CustomerPolicyScopeIdType, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
- includeMap() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
- includeMapAsStrings() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
- includeMapWithStrings(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
- InternalErrorException - Exception in software.amazon.awssdk.services.fms.model
-
The operation failed because of a system problem, even though the request was valid.
- InternalErrorException.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- InvalidInputException - Exception in software.amazon.awssdk.services.fms.model
-
The parameters of the request were invalid.
- InvalidInputException.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- InvalidOperationException - Exception in software.amazon.awssdk.services.fms.model
-
The operation failed because there was nothing to do or the operation wasn't possible.
- InvalidOperationException.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- InvalidTypeException - Exception in software.amazon.awssdk.services.fms.model
-
The value of the Type parameter is invalid.
- InvalidTypeException.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ipv4Range(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription.Builder
-
The IPv4 ranges for the security group rule.
- ipv4Range() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
The IPv4 ranges for the security group rule.
- ipv6Range(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription.Builder
-
The IPv6 ranges for the security group rule.
- ipv6Range() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
The IPv6 ranges for the security group rule.
- isDefaultAction(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction.Builder
-
Indicates if the current action is the default action.
- isDefaultAction() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
Indicates if the current action is the default action.
- issueInfoMap(Map<DependentServiceName, String>) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to
be noncompliant.
- issueInfoMap() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be
noncompliant.
- issueInfoMap(Map<DependentServiceName, String>) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceStatus.Builder
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to
be noncompliant.
- issueInfoMap() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be
noncompliant.
- issueInfoMapAsStrings() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be
noncompliant.
- issueInfoMapAsStrings() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be
noncompliant.
- issueInfoMapWithStrings(Map<String, String>) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to
be noncompliant.
- issueInfoMapWithStrings(Map<String, String>) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceStatus.Builder
-
Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to
be noncompliant.
- iterator() - Method in class software.amazon.awssdk.services.fms.paginators.ListComplianceStatusIterable
-
- iterator() - Method in class software.amazon.awssdk.services.fms.paginators.ListMemberAccountsIterable
-
- iterator() - Method in class software.amazon.awssdk.services.fms.paginators.ListPoliciesIterable
-
- lastUpdated(Instant) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceStatus.Builder
-
Timestamp of the last update to the EvaluationResult objects.
- lastUpdated() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
Timestamp of the last update to the EvaluationResult objects.
- lastUpdateTime(Instant) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
The time that the AWS Firewall Manager applications list was last updated.
- lastUpdateTime() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
The time that the AWS Firewall Manager applications list was last updated.
- lastUpdateTime(Instant) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
The time that the AWS Firewall Manager protocols list was last updated.
- lastUpdateTime() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
The time that the AWS Firewall Manager protocols list was last updated.
- LimitExceededException - Exception in software.amazon.awssdk.services.fms.model
-
The operation exceeds a resource limit, for example, the maximum number of policy objects that you can
create for an AWS account.
- LimitExceededException.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listAppsLists(ListAppsListsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of AppsListDataSummary objects.
- listAppsLists(Consumer<ListAppsListsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of AppsListDataSummary objects.
- listAppsLists(ListAppsListsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of AppsListDataSummary objects.
- listAppsLists(Consumer<ListAppsListsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of AppsListDataSummary objects.
- ListAppsListsRequest - Class in software.amazon.awssdk.services.fms.model
-
- ListAppsListsRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ListAppsListsRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- ListAppsListsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.ListAppsListsRequestMarshaller
-
- ListAppsListsResponse - Class in software.amazon.awssdk.services.fms.model
-
- ListAppsListsResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listArn(String) - Method in interface software.amazon.awssdk.services.fms.model.AppsListDataSummary.Builder
-
The Amazon Resource Name (ARN) of the applications list.
- listArn() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
The Amazon Resource Name (ARN) of the applications list.
- listArn(String) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary.Builder
-
The Amazon Resource Name (ARN) of the specified protocols list.
- listArn() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
The Amazon Resource Name (ARN) of the specified protocols list.
- listComplianceStatus(ListComplianceStatusRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicyComplianceStatus objects.
- listComplianceStatus(Consumer<ListComplianceStatusRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicyComplianceStatus objects.
- listComplianceStatus(ListComplianceStatusRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicyComplianceStatus objects.
- listComplianceStatus(Consumer<ListComplianceStatusRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicyComplianceStatus objects.
- ListComplianceStatusIterable - Class in software.amazon.awssdk.services.fms.paginators
-
- ListComplianceStatusIterable(FmsClient, ListComplianceStatusRequest) - Constructor for class software.amazon.awssdk.services.fms.paginators.ListComplianceStatusIterable
-
- listComplianceStatusPaginator(ListComplianceStatusRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicyComplianceStatus objects.
- listComplianceStatusPaginator(Consumer<ListComplianceStatusRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicyComplianceStatus objects.
- listComplianceStatusPaginator(ListComplianceStatusRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicyComplianceStatus objects.
- listComplianceStatusPaginator(Consumer<ListComplianceStatusRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicyComplianceStatus objects.
- ListComplianceStatusPublisher - Class in software.amazon.awssdk.services.fms.paginators
-
- ListComplianceStatusPublisher(FmsAsyncClient, ListComplianceStatusRequest) - Constructor for class software.amazon.awssdk.services.fms.paginators.ListComplianceStatusPublisher
-
- ListComplianceStatusRequest - Class in software.amazon.awssdk.services.fms.model
-
- ListComplianceStatusRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ListComplianceStatusRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- ListComplianceStatusRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.ListComplianceStatusRequestMarshaller
-
- ListComplianceStatusResponse - Class in software.amazon.awssdk.services.fms.model
-
- ListComplianceStatusResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
The ID of the AWS Firewall Manager applications list.
- listId() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
The ID of the AWS Firewall Manager applications list.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.AppsListDataSummary.Builder
-
The ID of the applications list.
- listId() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
The ID of the applications list.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.DeleteAppsListRequest.Builder
-
The ID of the applications list that you want to delete.
- listId() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
The ID of the applications list that you want to delete.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest.Builder
-
The ID of the protocols list that you want to delete.
- listId() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
The ID of the protocols list that you want to delete.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetAppsListRequest.Builder
-
The ID of the AWS Firewall Manager applications list that you want the details for.
- listId() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
The ID of the AWS Firewall Manager applications list that you want the details for.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtocolsListRequest.Builder
-
The ID of the AWS Firewall Manager protocols list that you want the details for.
- listId() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
The ID of the AWS Firewall Manager protocols list that you want the details for.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
The ID of the AWS Firewall Manager protocols list.
- listId() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
The ID of the AWS Firewall Manager protocols list.
- listId(String) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary.Builder
-
The ID of the specified protocols list.
- listId() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
The ID of the specified protocols list.
- listMemberAccounts(ListMemberAccountsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- listMemberAccounts(Consumer<ListMemberAccountsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- listMemberAccounts(ListMemberAccountsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- listMemberAccounts(Consumer<ListMemberAccountsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- ListMemberAccountsIterable - Class in software.amazon.awssdk.services.fms.paginators
-
- ListMemberAccountsIterable(FmsClient, ListMemberAccountsRequest) - Constructor for class software.amazon.awssdk.services.fms.paginators.ListMemberAccountsIterable
-
- listMemberAccountsPaginator(ListMemberAccountsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- listMemberAccountsPaginator(Consumer<ListMemberAccountsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- listMemberAccountsPaginator(ListMemberAccountsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- listMemberAccountsPaginator(Consumer<ListMemberAccountsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns a MemberAccounts object that lists the member accounts in the administrator's AWS
organization.
- ListMemberAccountsPublisher - Class in software.amazon.awssdk.services.fms.paginators
-
- ListMemberAccountsPublisher(FmsAsyncClient, ListMemberAccountsRequest) - Constructor for class software.amazon.awssdk.services.fms.paginators.ListMemberAccountsPublisher
-
- ListMemberAccountsRequest - Class in software.amazon.awssdk.services.fms.model
-
- ListMemberAccountsRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ListMemberAccountsRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- ListMemberAccountsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.ListMemberAccountsRequestMarshaller
-
- ListMemberAccountsResponse - Class in software.amazon.awssdk.services.fms.model
-
- ListMemberAccountsResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listName(String) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
The name of the AWS Firewall Manager applications list.
- listName() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
The name of the AWS Firewall Manager applications list.
- listName(String) - Method in interface software.amazon.awssdk.services.fms.model.AppsListDataSummary.Builder
-
The name of the applications list.
- listName() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
The name of the applications list.
- listName(String) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
The name of the AWS Firewall Manager protocols list.
- listName() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
The name of the AWS Firewall Manager protocols list.
- listName(String) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary.Builder
-
The name of the specified protocols list.
- listName() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
The name of the specified protocols list.
- listPolicies(ListPoliciesRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicySummary objects.
- listPolicies(Consumer<ListPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicySummary objects.
- listPolicies(ListPoliciesRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicySummary objects.
- listPolicies(Consumer<ListPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicySummary objects.
- ListPoliciesIterable - Class in software.amazon.awssdk.services.fms.paginators
-
- ListPoliciesIterable(FmsClient, ListPoliciesRequest) - Constructor for class software.amazon.awssdk.services.fms.paginators.ListPoliciesIterable
-
- listPoliciesPaginator(ListPoliciesRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicySummary objects.
- listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of PolicySummary objects.
- listPoliciesPaginator(ListPoliciesRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicySummary objects.
- listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of PolicySummary objects.
- ListPoliciesPublisher - Class in software.amazon.awssdk.services.fms.paginators
-
- ListPoliciesPublisher(FmsAsyncClient, ListPoliciesRequest) - Constructor for class software.amazon.awssdk.services.fms.paginators.ListPoliciesPublisher
-
- ListPoliciesRequest - Class in software.amazon.awssdk.services.fms.model
-
- ListPoliciesRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ListPoliciesRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- ListPoliciesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.ListPoliciesRequestMarshaller
-
- ListPoliciesResponse - Class in software.amazon.awssdk.services.fms.model
-
- ListPoliciesResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listProtocolsLists(ListProtocolsListsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of ProtocolsListDataSummary objects.
- listProtocolsLists(Consumer<ListProtocolsListsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Returns an array of ProtocolsListDataSummary objects.
- listProtocolsLists(ListProtocolsListsRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of ProtocolsListDataSummary objects.
- listProtocolsLists(Consumer<ListProtocolsListsRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Returns an array of ProtocolsListDataSummary objects.
- ListProtocolsListsRequest - Class in software.amazon.awssdk.services.fms.model
-
- ListProtocolsListsRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ListProtocolsListsRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- ListProtocolsListsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.ListProtocolsListsRequestMarshaller
-
- ListProtocolsListsResponse - Class in software.amazon.awssdk.services.fms.model
-
- ListProtocolsListsResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Retrieves the list of tags for the specified AWS resource.
- listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Retrieves the list of tags for the specified AWS resource.
- listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Retrieves the list of tags for the specified AWS resource.
- listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Retrieves the list of tags for the specified AWS resource.
- ListTagsForResourceRequest - Class in software.amazon.awssdk.services.fms.model
-
- ListTagsForResourceRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ListTagsForResourceRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- ListTagsForResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.ListTagsForResourceRequestMarshaller
-
- ListTagsForResourceResponse - Class in software.amazon.awssdk.services.fms.model
-
- ListTagsForResourceResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- listUpdateToken(String) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
A unique identifier for each update to the list.
- listUpdateToken() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
A unique identifier for each update to the list.
- listUpdateToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
A unique identifier for each update to the list.
- listUpdateToken() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
A unique identifier for each update to the list.
- NetworkFirewallMissingExpectedRTViolation - Class in software.amazon.awssdk.services.fms.model
-
Violation details for AWS Network Firewall for a subnet that's not associated to the expected Firewall Manager
managed route table.
- networkFirewallMissingExpectedRTViolation(NetworkFirewallMissingExpectedRTViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the
expected Firewall Manager managed route table.
- networkFirewallMissingExpectedRTViolation(Consumer<NetworkFirewallMissingExpectedRTViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the
expected Firewall Manager managed route table.
- networkFirewallMissingExpectedRTViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the expected
Firewall Manager managed route table.
- NetworkFirewallMissingExpectedRTViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- NetworkFirewallMissingFirewallViolation - Class in software.amazon.awssdk.services.fms.model
-
Violation details for AWS Network Firewall for a subnet that doesn't have a Firewall Manager managed firewall in its
VPC.
- networkFirewallMissingFirewallViolation(NetworkFirewallMissingFirewallViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager managed
firewall in its VPC.
- networkFirewallMissingFirewallViolation(Consumer<NetworkFirewallMissingFirewallViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager managed
firewall in its VPC.
- networkFirewallMissingFirewallViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager managed
firewall in its VPC.
- NetworkFirewallMissingFirewallViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- NetworkFirewallMissingSubnetViolation - Class in software.amazon.awssdk.services.fms.model
-
Violation details for AWS Network Firewall for an Availability Zone that's missing the expected Firewall Manager
managed subnet.
- networkFirewallMissingSubnetViolation(NetworkFirewallMissingSubnetViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the
expected Firewall Manager managed subnet.
- networkFirewallMissingSubnetViolation(Consumer<NetworkFirewallMissingSubnetViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the
expected Firewall Manager managed subnet.
- networkFirewallMissingSubnetViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the expected
Firewall Manager managed subnet.
- NetworkFirewallMissingSubnetViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- NetworkFirewallPolicyDescription - Class in software.amazon.awssdk.services.fms.model
-
The definition of the AWS Network Firewall firewall policy.
- NetworkFirewallPolicyDescription.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- NetworkFirewallPolicyModifiedViolation - Class in software.amazon.awssdk.services.fms.model
-
Violation details for AWS Network Firewall for a firewall policy that has a different
NetworkFirewallPolicyDescription than is required by the Firewall Manager policy.
- networkFirewallPolicyModifiedViolation(NetworkFirewallPolicyModifiedViolation) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that a firewall policy in an individual
account has been modified in a way that makes it noncompliant.
- networkFirewallPolicyModifiedViolation(Consumer<NetworkFirewallPolicyModifiedViolation.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.ResourceViolation.Builder
-
Violation detail for an Network Firewall policy that indicates that a firewall policy in an individual
account has been modified in a way that makes it noncompliant.
- networkFirewallPolicyModifiedViolation() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Violation detail for an Network Firewall policy that indicates that a firewall policy in an individual account
has been modified in a way that makes it noncompliant.
- NetworkFirewallPolicyModifiedViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest.Builder
-
If you specify a value for MaxResults and you have more objects than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response,
which you can use to retrieve another group of objects.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
If you specify a value for MaxResults and you have more objects than the number that you specify for
MaxResults, AWS Firewall Manager returns a NextToken value in the response, which you
can use to retrieve another group of objects.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse.Builder
-
If you have more objects than the number that you specified for MaxResults in the request, the
response includes a NextToken value.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
If you have more objects than the number that you specified for MaxResults in the request, the
response includes a NextToken value.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListAppsListsRequest.Builder
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListAppsListsResponse.Builder
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest.Builder
-
If you specify a value for MaxResults and you have more PolicyComplianceStatus
objects than the number that you specify for MaxResults, AWS Firewall Manager returns a
NextToken value in the response that allows you to list another group of
PolicyComplianceStatus objects.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
If you specify a value for MaxResults and you have more PolicyComplianceStatus objects
than the number that you specify for MaxResults, AWS Firewall Manager returns a
NextToken value in the response that allows you to list another group of
PolicyComplianceStatus objects.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse.Builder
-
If you have more PolicyComplianceStatus objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
If you have more PolicyComplianceStatus objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest.Builder
-
If you specify a value for MaxResults and you have more account IDs than the number that you
specify for MaxResults, AWS Firewall Manager returns a NextToken value in the
response that allows you to list another group of IDs.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
If you specify a value for MaxResults and you have more account IDs than the number that you specify
for MaxResults, AWS Firewall Manager returns a NextToken value in the response that
allows you to list another group of IDs.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse.Builder
-
If you have more member account IDs than the number that you specified for MaxResults in the
request, the response includes a NextToken value.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
If you have more member account IDs than the number that you specified for MaxResults in the
request, the response includes a NextToken value.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListPoliciesRequest.Builder
-
If you specify a value for MaxResults and you have more PolicySummary objects than
the number that you specify for MaxResults, AWS Firewall Manager returns a
NextToken value in the response that allows you to list another group of
PolicySummary objects.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
If you specify a value for MaxResults and you have more PolicySummary objects than the
number that you specify for MaxResults, AWS Firewall Manager returns a NextToken value
in the response that allows you to list another group of PolicySummary objects.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListPoliciesResponse.Builder
-
If you have more PolicySummary objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
If you have more PolicySummary objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest.Builder
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken(String) - Method in interface software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse.Builder
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- nextToken() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response.
- PartialMatch - Class in software.amazon.awssdk.services.fms.model
-
The reference rule that partially matches the ViolationTarget rule and violation reason.
- PartialMatch.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- partialMatches(Collection<PartialMatch>) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
List of rules specified in the security group of the AWS Firewall Manager policy that partially match the
ViolationTarget rule.
- partialMatches(PartialMatch...) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
List of rules specified in the security group of the AWS Firewall Manager policy that partially match the
ViolationTarget rule.
- partialMatches(Consumer<PartialMatch.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
List of rules specified in the security group of the AWS Firewall Manager policy that partially match the
ViolationTarget rule.
- partialMatches() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
List of rules specified in the security group of the AWS Firewall Manager policy that partially match the
ViolationTarget rule.
- policy(Policy) - Method in interface software.amazon.awssdk.services.fms.model.GetPolicyResponse.Builder
-
Information about the specified AWS Firewall Manager policy.
- policy(Consumer<Policy.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.GetPolicyResponse.Builder
-
Information about the specified AWS Firewall Manager policy.
- policy() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
Information about the specified AWS Firewall Manager policy.
- Policy - Class in software.amazon.awssdk.services.fms.model
-
An AWS Firewall Manager policy.
- policy(Policy) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyRequest.Builder
-
The details of the AWS Firewall Manager policy to be created.
- policy(Consumer<Policy.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyRequest.Builder
-
The details of the AWS Firewall Manager policy to be created.
- policy() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
The details of the AWS Firewall Manager policy to be created.
- policy(Policy) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyResponse.Builder
-
The details of the AWS Firewall Manager policy.
- policy(Consumer<Policy.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyResponse.Builder
-
The details of the AWS Firewall Manager policy.
- policy() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
The details of the AWS Firewall Manager policy.
- Policy.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- policyArn(String) - Method in interface software.amazon.awssdk.services.fms.model.GetPolicyResponse.Builder
-
The Amazon Resource Name (ARN) of the specified policy.
- policyArn() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
The Amazon Resource Name (ARN) of the specified policy.
- policyArn(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
The Amazon Resource Name (ARN) of the specified policy.
- policyArn() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
The Amazon Resource Name (ARN) of the specified policy.
- policyArn(String) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyResponse.Builder
-
The Amazon Resource Name (ARN) of the policy.
- policyArn() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
The Amazon Resource Name (ARN) of the policy.
- policyComplianceDetail(PolicyComplianceDetail) - Method in interface software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse.Builder
-
Information about the resources and the policy that you specified in the GetComplianceDetail
request.
- policyComplianceDetail(Consumer<PolicyComplianceDetail.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse.Builder
-
Information about the resources and the policy that you specified in the GetComplianceDetail
request.
- policyComplianceDetail() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
Information about the resources and the policy that you specified in the GetComplianceDetail
request.
- PolicyComplianceDetail - Class in software.amazon.awssdk.services.fms.model
-
Describes the noncompliant resources in a member account for a specific AWS Firewall Manager policy.
- PolicyComplianceDetail.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- PolicyComplianceStatus - Class in software.amazon.awssdk.services.fms.model
-
Indicates whether the account is compliant with the specified policy.
- PolicyComplianceStatus.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- policyComplianceStatusList(Collection<PolicyComplianceStatus>) - Method in interface software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse.Builder
-
An array of PolicyComplianceStatus objects.
- policyComplianceStatusList(PolicyComplianceStatus...) - Method in interface software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse.Builder
-
An array of PolicyComplianceStatus objects.
- policyComplianceStatusList(Consumer<PolicyComplianceStatus.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse.Builder
-
An array of PolicyComplianceStatus objects.
- policyComplianceStatusList() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
An array of PolicyComplianceStatus objects.
- policyComplianceStatusList() - Method in class software.amazon.awssdk.services.fms.paginators.ListComplianceStatusIterable
-
- policyComplianceStatusList() - Method in class software.amazon.awssdk.services.fms.paginators.ListComplianceStatusPublisher
-
Returns a publisher that can be used to get a stream of data.
- PolicyComplianceStatusType - Enum in software.amazon.awssdk.services.fms.model
-
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.DeletePolicyRequest.Builder
-
The ID of the policy that you want to delete.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
The ID of the policy that you want to delete.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest.Builder
-
The ID of the policy that you want to get the details for.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
The ID of the policy that you want to get the details for.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetPolicyRequest.Builder
-
The ID of the AWS Firewall Manager policy that you want the details for.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
The ID of the AWS Firewall Manager policy that you want the details for.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest.Builder
-
The ID of the policy for which you want to get the attack information.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
The ID of the policy for which you want to get the attack information.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest.Builder
-
The ID of the AWS Firewall Manager policy that you want the details for.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
The ID of the AWS Firewall Manager policy that you want the details for.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest.Builder
-
The ID of the AWS Firewall Manager policy that you want the details for.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
The ID of the AWS Firewall Manager policy that you want the details for.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
The ID of the AWS Firewall Manager policy.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
The ID of the AWS Firewall Manager policy.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
The ID of the AWS Firewall Manager policy.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
The ID of the AWS Firewall Manager policy.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceStatus.Builder
-
The ID of the AWS Firewall Manager policy.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
The ID of the AWS Firewall Manager policy.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
The ID of the specified policy.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
The ID of the specified policy.
- policyId(String) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
The ID of the AWS Firewall Manager policy that the violation details were requested for.
- policyId() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
The ID of the AWS Firewall Manager policy that the violation details were requested for.
- policyList(Collection<PolicySummary>) - Method in interface software.amazon.awssdk.services.fms.model.ListPoliciesResponse.Builder
-
An array of PolicySummary objects.
- policyList(PolicySummary...) - Method in interface software.amazon.awssdk.services.fms.model.ListPoliciesResponse.Builder
-
An array of PolicySummary objects.
- policyList(Consumer<PolicySummary.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ListPoliciesResponse.Builder
-
An array of PolicySummary objects.
- policyList() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
An array of PolicySummary objects.
- policyList() - Method in class software.amazon.awssdk.services.fms.paginators.ListPoliciesIterable
-
- policyList() - Method in class software.amazon.awssdk.services.fms.paginators.ListPoliciesPublisher
-
Returns a publisher that can be used to get a stream of data.
- policyName(String) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
The name of the AWS Firewall Manager policy.
- policyName() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
The name of the AWS Firewall Manager policy.
- policyName(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceStatus.Builder
-
The name of the AWS Firewall Manager policy.
- policyName() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
The name of the AWS Firewall Manager policy.
- policyName(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
The name of the specified policy.
- policyName() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
The name of the specified policy.
- policyOwner(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
The AWS account that created the AWS Firewall Manager policy.
- policyOwner() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
The AWS account that created the AWS Firewall Manager policy.
- policyOwner(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceStatus.Builder
-
The AWS account that created the AWS Firewall Manager policy.
- policyOwner() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
The AWS account that created the AWS Firewall Manager policy.
- PolicySummary - Class in software.amazon.awssdk.services.fms.model
-
Details of the AWS Firewall Manager policy.
- PolicySummary.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- policyUpdateToken(String) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
A unique identifier for each update to the policy.
- policyUpdateToken() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
A unique identifier for each update to the policy.
- port(Long) - Method in interface software.amazon.awssdk.services.fms.model.App.Builder
-
The application's port number, for example 80.
- port() - Method in class software.amazon.awssdk.services.fms.model.App
-
The application's port number, for example 80.
- possibleSecurityGroupRemediationActions(Collection<SecurityGroupRemediationAction>) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
Remediation options for the rule specified in the ViolationTarget.
- possibleSecurityGroupRemediationActions(SecurityGroupRemediationAction...) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
Remediation options for the rule specified in the ViolationTarget.
- possibleSecurityGroupRemediationActions(Consumer<SecurityGroupRemediationAction.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
Remediation options for the rule specified in the ViolationTarget.
- possibleSecurityGroupRemediationActions() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
Remediation options for the rule specified in the ViolationTarget.
- prefixListId(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription.Builder
-
The ID of the prefix list for the security group rule.
- prefixListId() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
The ID of the prefix list for the security group rule.
- previousAppsList(Map<String, ? extends Collection<App>>) - Method in interface software.amazon.awssdk.services.fms.model.AppsListData.Builder
-
A map of previous version numbers to their corresponding App object arrays.
- previousAppsList() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
A map of previous version numbers to their corresponding App object arrays.
- previousProtocolsList(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
A map of previous version numbers to their corresponding protocol arrays.
- previousProtocolsList() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
A map of previous version numbers to their corresponding protocol arrays.
- priority(Integer) - Method in interface software.amazon.awssdk.services.fms.model.StatelessRuleGroup.Builder
-
The priority of the rule group.
- priority() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
The priority of the rule group.
- protocol(String) - Method in interface software.amazon.awssdk.services.fms.model.App.Builder
-
The IP protocol name or number.
- protocol() - Method in class software.amazon.awssdk.services.fms.model.App
-
The IP protocol name or number.
- protocol(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription.Builder
-
The IP protocol name (tcp, udp, icmp, icmpv6) or number.
- protocol() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
The IP protocol name (tcp, udp, icmp, icmpv6) or number.
- protocolsList(ProtocolsListData) - Method in interface software.amazon.awssdk.services.fms.model.GetProtocolsListResponse.Builder
-
Information about the specified AWS Firewall Manager protocols list.
- protocolsList(Consumer<ProtocolsListData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.GetProtocolsListResponse.Builder
-
Information about the specified AWS Firewall Manager protocols list.
- protocolsList() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
Information about the specified AWS Firewall Manager protocols list.
- protocolsList(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
An array of protocols in the AWS Firewall Manager protocols list.
- protocolsList(String...) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListData.Builder
-
An array of protocols in the AWS Firewall Manager protocols list.
- protocolsList() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
An array of protocols in the AWS Firewall Manager protocols list.
- protocolsList(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary.Builder
-
An array of protocols in the AWS Firewall Manager protocols list.
- protocolsList(String...) - Method in interface software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary.Builder
-
An array of protocols in the AWS Firewall Manager protocols list.
- protocolsList() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
An array of protocols in the AWS Firewall Manager protocols list.
- protocolsList(ProtocolsListData) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListRequest.Builder
-
The details of the AWS Firewall Manager protocols list to be created.
- protocolsList(Consumer<ProtocolsListData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListRequest.Builder
-
The details of the AWS Firewall Manager protocols list to be created.
- protocolsList() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
The details of the AWS Firewall Manager protocols list to be created.
- protocolsList(ProtocolsListData) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListResponse.Builder
-
The details of the AWS Firewall Manager protocols list.
- protocolsList(Consumer<ProtocolsListData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListResponse.Builder
-
The details of the AWS Firewall Manager protocols list.
- protocolsList() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
The details of the AWS Firewall Manager protocols list.
- protocolsListArn(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtocolsListResponse.Builder
-
The Amazon Resource Name (ARN) of the specified protocols list.
- protocolsListArn() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
The Amazon Resource Name (ARN) of the specified protocols list.
- protocolsListArn(String) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListResponse.Builder
-
The Amazon Resource Name (ARN) of the protocols list.
- protocolsListArn() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
The Amazon Resource Name (ARN) of the protocols list.
- ProtocolsListData - Class in software.amazon.awssdk.services.fms.model
-
An AWS Firewall Manager protocols list.
- ProtocolsListData.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ProtocolsListDataSummary - Class in software.amazon.awssdk.services.fms.model
-
Details of the AWS Firewall Manager protocols list.
- ProtocolsListDataSummary.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- protocolsLists(Collection<ProtocolsListDataSummary>) - Method in interface software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse.Builder
-
An array of ProtocolsListDataSummary objects.
- protocolsLists(ProtocolsListDataSummary...) - Method in interface software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse.Builder
-
An array of ProtocolsListDataSummary objects.
- protocolsLists(Consumer<ProtocolsListDataSummary.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse.Builder
-
An array of ProtocolsListDataSummary objects.
- protocolsLists() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
An array of ProtocolsListDataSummary objects.
- putAppsList(PutAppsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Creates an AWS Firewall Manager applications list.
- putAppsList(Consumer<PutAppsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Creates an AWS Firewall Manager applications list.
- putAppsList(PutAppsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Creates an AWS Firewall Manager applications list.
- putAppsList(Consumer<PutAppsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Creates an AWS Firewall Manager applications list.
- PutAppsListRequest - Class in software.amazon.awssdk.services.fms.model
-
- PutAppsListRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- PutAppsListRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- PutAppsListRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.PutAppsListRequestMarshaller
-
- PutAppsListResponse - Class in software.amazon.awssdk.services.fms.model
-
- PutAppsListResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- putNotificationChannel(PutNotificationChannelRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
- putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
- putNotificationChannel(PutNotificationChannelRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
- putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
- PutNotificationChannelRequest - Class in software.amazon.awssdk.services.fms.model
-
- PutNotificationChannelRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- PutNotificationChannelRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- PutNotificationChannelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.PutNotificationChannelRequestMarshaller
-
- PutNotificationChannelResponse - Class in software.amazon.awssdk.services.fms.model
-
- PutNotificationChannelResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- putPolicy(PutPolicyRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Creates an AWS Firewall Manager policy.
- putPolicy(Consumer<PutPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Creates an AWS Firewall Manager policy.
- putPolicy(PutPolicyRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Creates an AWS Firewall Manager policy.
- putPolicy(Consumer<PutPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Creates an AWS Firewall Manager policy.
- PutPolicyRequest - Class in software.amazon.awssdk.services.fms.model
-
- PutPolicyRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- PutPolicyRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- PutPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.PutPolicyRequestMarshaller
-
- PutPolicyResponse - Class in software.amazon.awssdk.services.fms.model
-
- PutPolicyResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- putProtocolsList(PutProtocolsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Creates an AWS Firewall Manager protocols list.
- putProtocolsList(Consumer<PutProtocolsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Creates an AWS Firewall Manager protocols list.
- putProtocolsList(PutProtocolsListRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Creates an AWS Firewall Manager protocols list.
- putProtocolsList(Consumer<PutProtocolsListRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Creates an AWS Firewall Manager protocols list.
- PutProtocolsListRequest - Class in software.amazon.awssdk.services.fms.model
-
- PutProtocolsListRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- PutProtocolsListRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- PutProtocolsListRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.PutProtocolsListRequestMarshaller
-
- PutProtocolsListResponse - Class in software.amazon.awssdk.services.fms.model
-
- PutProtocolsListResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- reference(String) - Method in interface software.amazon.awssdk.services.fms.model.PartialMatch.Builder
-
The reference rule from the master security group of the AWS Firewall Manager policy.
- reference() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
The reference rule from the master security group of the AWS Firewall Manager policy.
- RemediationActionType - Enum in software.amazon.awssdk.services.fms.model
-
- remediationActionType(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction.Builder
-
The remediation action that will be performed.
- remediationActionType(RemediationActionType) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction.Builder
-
The remediation action that will be performed.
- remediationActionType() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
The remediation action that will be performed.
- remediationActionTypeAsString() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
The remediation action that will be performed.
- remediationEnabled(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
Indicates if the policy should be automatically applied to new resources.
- remediationEnabled() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Indicates if the policy should be automatically applied to new resources.
- remediationEnabled(Boolean) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
Indicates if the policy should be automatically applied to new resources.
- remediationEnabled() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
Indicates if the policy should be automatically applied to new resources.
- remediationResult(SecurityGroupRuleDescription) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction.Builder
-
The final state of the rule specified in the ViolationTarget after it is remediated.
- remediationResult(Consumer<SecurityGroupRuleDescription.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction.Builder
-
The final state of the rule specified in the ViolationTarget after it is remediated.
- remediationResult() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
The final state of the rule specified in the ViolationTarget after it is remediated.
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.FmsException.Builder
-
- requestId(String) - Method in class software.amazon.awssdk.services.fms.model.FmsException.BuilderImpl
-
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.InternalErrorException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.InvalidInputException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.InvalidOperationException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.InvalidTypeException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.LimitExceededException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.fms.model.ResourceNotFoundException.Builder
-
- resourceArn(String) - Method in interface software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest.Builder
-
The Amazon Resource Name (ARN) of the resource to return tags for.
- resourceArn() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
The Amazon Resource Name (ARN) of the resource to return tags for.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.fms.model.TagResourceRequest.Builder
-
The Amazon Resource Name (ARN) of the resource to return tags for.
- resourceArn() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
The Amazon Resource Name (ARN) of the resource to return tags for.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.fms.model.UntagResourceRequest.Builder
-
The Amazon Resource Name (ARN) of the resource to return tags for.
- resourceArn() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
The Amazon Resource Name (ARN) of the resource to return tags for.
- resourceDescription(String) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
Brief description for the requested resource.
- resourceDescription() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
Brief description for the requested resource.
- resourceId(String) - Method in interface software.amazon.awssdk.services.fms.model.ComplianceViolator.Builder
-
The resource ID.
- resourceId() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
The resource ID.
- resourceId(String) - Method in interface software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest.Builder
-
The ID of the resource that has violations.
- resourceId() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
The ID of the resource that has violations.
- resourceId(String) - Method in interface software.amazon.awssdk.services.fms.model.StatefulRuleGroup.Builder
-
The resource ID of the rule group.
- resourceId() - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
The resource ID of the rule group.
- resourceId(String) - Method in interface software.amazon.awssdk.services.fms.model.StatelessRuleGroup.Builder
-
The resource ID of the rule group.
- resourceId() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
The resource ID of the rule group.
- resourceId(String) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
The resource ID that the violation details were requested for.
- resourceId() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
The resource ID that the violation details were requested for.
- ResourceNotFoundException - Exception in software.amazon.awssdk.services.fms.model
-
The specified resource was not found.
- ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- ResourceTag - Class in software.amazon.awssdk.services.fms.model
-
The resource tags that AWS Firewall Manager uses to determine if a particular resource should be included or excluded
from the AWS Firewall Manager policy.
- ResourceTag.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- resourceTags(Collection<ResourceTag>) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
An array of ResourceTag objects.
- resourceTags(ResourceTag...) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
An array of ResourceTag objects.
- resourceTags(Consumer<ResourceTag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
An array of ResourceTag objects.
- resourceTags() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
An array of ResourceTag objects.
- resourceTags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
The ResourceTag objects associated with the resource.
- resourceTags(Tag...) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
The ResourceTag objects associated with the resource.
- resourceTags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
The ResourceTag objects associated with the resource.
- resourceTags() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
The ResourceTag objects associated with the resource.
- resourceType(String) - Method in interface software.amazon.awssdk.services.fms.model.ComplianceViolator.Builder
-
The resource type.
- resourceType() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
The resource type.
- resourceType(String) - Method in interface software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest.Builder
-
The resource type.
- resourceType() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
The resource type.
- resourceType(String) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
The type of resource protected by or in scope of the policy.
- resourceType() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
The type of resource protected by or in scope of the policy.
- resourceType(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
The type of resource protected by or in scope of the policy.
- resourceType() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
The type of resource protected by or in scope of the policy.
- resourceType(String) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
The resource type that the violation details were requested for.
- resourceType() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
The resource type that the violation details were requested for.
- resourceTypeList(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
An array of ResourceType.
- resourceTypeList(String...) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
An array of ResourceType.
- resourceTypeList() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
An array of ResourceType.
- ResourceViolation - Class in software.amazon.awssdk.services.fms.model
-
Violation detail based on resource type.
- ResourceViolation.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- resourceViolations(Collection<ResourceViolation>) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
List of violations for the requested resource.
- resourceViolations(ResourceViolation...) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
List of violations for the requested resource.
- resourceViolations(Consumer<ResourceViolation.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ViolationDetail.Builder
-
List of violations for the requested resource.
- resourceViolations() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
List of violations for the requested resource.
- responseMetadata() - Method in interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
-
- responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
-
- responseMetadata() - Method in class software.amazon.awssdk.services.fms.model.FmsResponse.BuilderImpl
-
- responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.fms.model.FmsResponse.BuilderImpl
-
- responseMetadata() - Method in class software.amazon.awssdk.services.fms.model.FmsResponse
-
- roleStatus(String) - Method in interface software.amazon.awssdk.services.fms.model.GetAdminAccountResponse.Builder
-
The status of the AWS account that you set as the AWS Firewall Manager administrator.
- roleStatus(AccountRoleStatus) - Method in interface software.amazon.awssdk.services.fms.model.GetAdminAccountResponse.Builder
-
The status of the AWS account that you set as the AWS Firewall Manager administrator.
- roleStatus() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
The status of the AWS account that you set as the AWS Firewall Manager administrator.
- roleStatusAsString() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
The status of the AWS account that you set as the AWS Firewall Manager administrator.
- ruleGroupName(String) - Method in interface software.amazon.awssdk.services.fms.model.StatefulRuleGroup.Builder
-
The name of the rule group.
- ruleGroupName() - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
The name of the rule group.
- ruleGroupName(String) - Method in interface software.amazon.awssdk.services.fms.model.StatelessRuleGroup.Builder
-
The name of the rule group.
- ruleGroupName() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
The name of the rule group.
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.App
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
- sdkFields() - Method in exception software.amazon.awssdk.services.fms.model.InternalErrorException
-
- sdkFields() - Method in exception software.amazon.awssdk.services.fms.model.InvalidInputException
-
- sdkFields() - Method in exception software.amazon.awssdk.services.fms.model.InvalidOperationException
-
- sdkFields() - Method in exception software.amazon.awssdk.services.fms.model.InvalidTypeException
-
- sdkFields() - Method in exception software.amazon.awssdk.services.fms.model.LimitExceededException
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
- sdkFields() - Method in exception software.amazon.awssdk.services.fms.model.ResourceNotFoundException
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.Tag
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.TagResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
- SecurityGroupRemediationAction - Class in software.amazon.awssdk.services.fms.model
-
Remediation option for the rule specified in the ViolationTarget.
- SecurityGroupRemediationAction.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- SecurityGroupRuleDescription - Class in software.amazon.awssdk.services.fms.model
-
Describes a set of permissions for a security group rule.
- SecurityGroupRuleDescription.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- securityServicePolicyData(SecurityServicePolicyData) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
Details about the security service that is being used to protect the resources.
- securityServicePolicyData(Consumer<SecurityServicePolicyData.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.Policy.Builder
-
Details about the security service that is being used to protect the resources.
- securityServicePolicyData() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Details about the security service that is being used to protect the resources.
- SecurityServicePolicyData - Class in software.amazon.awssdk.services.fms.model
-
Details about the security service that is being used to protect the resources.
- SecurityServicePolicyData.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- securityServiceType(String) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
The service that the policy is using to protect the resources.
- securityServiceType(SecurityServiceType) - Method in interface software.amazon.awssdk.services.fms.model.PolicySummary.Builder
-
The service that the policy is using to protect the resources.
- securityServiceType() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
The service that the policy is using to protect the resources.
- SecurityServiceType - Enum in software.amazon.awssdk.services.fms.model
-
- securityServiceTypeAsString() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
The service that the policy is using to protect the resources.
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.App
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AppsListData
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeleteAppsListResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeletePolicyResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.FmsException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetAdminAccountRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.InternalErrorException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.InvalidInputException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.InvalidOperationException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.InvalidTypeException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.LimitExceededException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.Policy
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.fms.model.ResourceNotFoundException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.Tag
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.TagResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.UntagResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.fms.FmsClient
-
- serviceMetadata() - Static method in interface software.amazon.awssdk.services.fms.FmsClient
-
- serviceType(String) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse.Builder
-
The service type that is protected by the policy.
- serviceType(SecurityServiceType) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse.Builder
-
The service type that is protected by the policy.
- serviceType() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
The service type that is protected by the policy.
- serviceTypeAsString() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
The service type that is protected by the policy.
- snsRoleName(String) - Method in interface software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse.Builder
-
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
- snsRoleName() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
- snsRoleName(String) - Method in interface software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest.Builder
-
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager
activity.
- snsRoleName() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- snsTopicArn(String) - Method in interface software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse.Builder
-
The SNS topic that records AWS Firewall Manager activity.
- snsTopicArn() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
The SNS topic that records AWS Firewall Manager activity.
- snsTopicArn(String) - Method in interface software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest.Builder
-
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
- snsTopicArn() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
- software.amazon.awssdk.services.fms - package software.amazon.awssdk.services.fms
-
AWS Firewall Manager
- software.amazon.awssdk.services.fms.model - package software.amazon.awssdk.services.fms.model
-
- software.amazon.awssdk.services.fms.paginators - package software.amazon.awssdk.services.fms.paginators
-
- software.amazon.awssdk.services.fms.transform - package software.amazon.awssdk.services.fms.transform
-
- startTime(Instant) - Method in interface software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest.Builder
-
The start of the time period to query for the attacks.
- startTime() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
The start of the time period to query for the attacks.
- StatefulRuleGroup - Class in software.amazon.awssdk.services.fms.model
-
- StatefulRuleGroup.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- statefulRuleGroups(Collection<StatefulRuleGroup>) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The stateful rule groups that are used in the Network Firewall firewall policy.
- statefulRuleGroups(StatefulRuleGroup...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The stateful rule groups that are used in the Network Firewall firewall policy.
- statefulRuleGroups(Consumer<StatefulRuleGroup.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The stateful rule groups that are used in the Network Firewall firewall policy.
- statefulRuleGroups() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
The stateful rule groups that are used in the Network Firewall firewall policy.
- statelessCustomActions(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
Names of custom actions that are available for use in the stateless default actions settings.
- statelessCustomActions(String...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
Names of custom actions that are available for use in the stateless default actions settings.
- statelessCustomActions() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Names of custom actions that are available for use in the stateless default actions settings.
- statelessDefaultActions(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The actions to take on packets that don't match any of the stateless rule groups.
- statelessDefaultActions(String...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The actions to take on packets that don't match any of the stateless rule groups.
- statelessDefaultActions() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
The actions to take on packets that don't match any of the stateless rule groups.
- statelessFragmentDefaultActions(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The actions to take on packet fragments that don't match any of the stateless rule groups.
- statelessFragmentDefaultActions(String...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The actions to take on packet fragments that don't match any of the stateless rule groups.
- statelessFragmentDefaultActions() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
The actions to take on packet fragments that don't match any of the stateless rule groups.
- StatelessRuleGroup - Class in software.amazon.awssdk.services.fms.model
-
- StatelessRuleGroup.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- statelessRuleGroups(Collection<StatelessRuleGroup>) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The stateless rule groups that are used in the Network Firewall firewall policy.
- statelessRuleGroups(StatelessRuleGroup...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The stateless rule groups that are used in the Network Firewall firewall policy.
- statelessRuleGroups(Consumer<StatelessRuleGroup.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription.Builder
-
The stateless rule groups that are used in the Network Firewall firewall policy.
- statelessRuleGroups() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
The stateless rule groups that are used in the Network Firewall firewall policy.
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.FmsException.Builder
-
- statusCode(int) - Method in class software.amazon.awssdk.services.fms.model.FmsException.BuilderImpl
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.InternalErrorException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.InvalidInputException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.InvalidOperationException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.InvalidTypeException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.LimitExceededException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.fms.model.ResourceNotFoundException.Builder
-
- subscribe(Subscriber<? super ListComplianceStatusResponse>) - Method in class software.amazon.awssdk.services.fms.paginators.ListComplianceStatusPublisher
-
- subscribe(Subscriber<? super ListMemberAccountsResponse>) - Method in class software.amazon.awssdk.services.fms.paginators.ListMemberAccountsPublisher
-
- subscribe(Subscriber<? super ListPoliciesResponse>) - Method in class software.amazon.awssdk.services.fms.paginators.ListPoliciesPublisher
-
- Tag - Class in software.amazon.awssdk.services.fms.model
-
A collection of key:value pairs associated with an AWS resource.
- Tag.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.UntagResourceRequest.Builder
-
The keys of the tags to remove from the resource.
- tagKeys(String...) - Method in interface software.amazon.awssdk.services.fms.model.UntagResourceRequest.Builder
-
The keys of the tags to remove from the resource.
- tagKeys() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
The keys of the tags to remove from the resource.
- tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse.Builder
-
The tags associated with the resource.
- tagList(Tag...) - Method in interface software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse.Builder
-
The tags associated with the resource.
- tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse.Builder
-
The tags associated with the resource.
- tagList() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
The tags associated with the resource.
- tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListRequest.Builder
-
The tags associated with the resource.
- tagList(Tag...) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListRequest.Builder
-
The tags associated with the resource.
- tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.PutAppsListRequest.Builder
-
The tags associated with the resource.
- tagList() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
The tags associated with the resource.
- tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyRequest.Builder
-
The tags to add to the AWS resource.
- tagList(Tag...) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyRequest.Builder
-
The tags to add to the AWS resource.
- tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.PutPolicyRequest.Builder
-
The tags to add to the AWS resource.
- tagList() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
The tags to add to the AWS resource.
- tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListRequest.Builder
-
The tags associated with the resource.
- tagList(Tag...) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListRequest.Builder
-
The tags associated with the resource.
- tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.PutProtocolsListRequest.Builder
-
The tags associated with the resource.
- tagList() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
The tags associated with the resource.
- tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.fms.model.TagResourceRequest.Builder
-
The tags to add to the resource.
- tagList(Tag...) - Method in interface software.amazon.awssdk.services.fms.model.TagResourceRequest.Builder
-
The tags to add to the resource.
- tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.TagResourceRequest.Builder
-
The tags to add to the resource.
- tagList() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
The tags to add to the resource.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Adds one or more tags to an AWS resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsAsyncClient
-
Adds one or more tags to an AWS resource.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Adds one or more tags to an AWS resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.fms.FmsClient
-
Adds one or more tags to an AWS resource.
- TagResourceRequest - Class in software.amazon.awssdk.services.fms.model
-
- TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.fms.transform
-
- TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.fms.transform.TagResourceRequestMarshaller
-
- TagResourceResponse - Class in software.amazon.awssdk.services.fms.model
-
- TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- targetViolationReason(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation.Builder
-
The reason the resource has this violation, if one is available.
- targetViolationReason() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
The reason the resource has this violation, if one is available.
- targetViolationReason(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation.Builder
-
The reason the resource has this violation, if one is available.
- targetViolationReason() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
The reason the resource has this violation, if one is available.
- targetViolationReasons(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.PartialMatch.Builder
-
The violation reason.
- targetViolationReasons(String...) - Method in interface software.amazon.awssdk.services.fms.model.PartialMatch.Builder
-
The violation reason.
- targetViolationReasons() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
The violation reason.
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.App
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.FmsException
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.FmsRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.InternalErrorException
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.InvalidInputException
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.InvalidOperationException
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.InvalidTypeException
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.LimitExceededException
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
- toBuilder() - Method in exception software.amazon.awssdk.services.fms.model.ResourceNotFoundException
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.Tag
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.TagResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
- toPort(Long) - Method in interface software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription.Builder
-
The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
- toPort() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.AccountRoleStatus
-
- toString() - Method in class software.amazon.awssdk.services.fms.model.App
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AppsListData
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AppsListDataSummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AssociateAdminAccountResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.CustomerPolicyScopeIdType
-
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeleteAppsListResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeletePolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DeleteProtocolsListResponse
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.DependentServiceName
-
- toString() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.DisassociateAdminAccountResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetAdminAccountResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetAppsListResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetComplianceDetailResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListAppsListsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListComplianceStatusResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListPoliciesResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListProtocolsListsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ListTagsForResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PartialMatch
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.Policy
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceStatus
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.PolicyComplianceStatusType
-
- toString() - Method in class software.amazon.awssdk.services.fms.model.PolicySummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListData
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ProtocolsListDataSummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutAppsListResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.RemediationActionType
-
- toString() - Method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ResourceViolation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRemediationAction
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.SecurityGroupRuleDescription
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.SecurityServiceType
-
- toString() - Method in class software.amazon.awssdk.services.fms.model.StatefulRuleGroup
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.StatelessRuleGroup
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.TagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.UntagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.fms.model.ViolationDetail
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.fms.model.ViolationReason
-
- type(String) - Method in interface software.amazon.awssdk.services.fms.model.SecurityServicePolicyData.Builder
-
The service that the policy is using to protect the resources.
- type(SecurityServiceType) - Method in interface software.amazon.awssdk.services.fms.model.SecurityServicePolicyData.Builder
-
The service that the policy is using to protect the resources.
- type() - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
The service that the policy is using to protect the resources.
- typeAsString() - Method in class software.amazon.awssdk.services.fms.model.SecurityServicePolicyData
-
The service that the policy is using to protect the resources.
- value(String) - Method in interface software.amazon.awssdk.services.fms.model.ResourceTag.Builder
-
The resource tag value.
- value() - Method in class software.amazon.awssdk.services.fms.model.ResourceTag
-
The resource tag value.
- value(String) - Method in interface software.amazon.awssdk.services.fms.model.Tag.Builder
-
Part of the key:value pair that defines a tag.
- value() - Method in class software.amazon.awssdk.services.fms.model.Tag
-
Part of the key:value pair that defines a tag.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.AccountRoleStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.CustomerPolicyScopeIdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.DependentServiceName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.PolicyComplianceStatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.RemediationActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.SecurityServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.fms.model.ViolationReason
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.AccountRoleStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.CustomerPolicyScopeIdType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.DependentServiceName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.PolicyComplianceStatusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.RemediationActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.SecurityServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.fms.model.ViolationReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- violatingSecurityGroups(Collection<String>) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation.Builder
-
List of security groups that violate the rules specified in the master security group of the AWS Firewall
Manager policy.
- violatingSecurityGroups(String...) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation.Builder
-
List of security groups that violate the rules specified in the master security group of the AWS Firewall
Manager policy.
- violatingSecurityGroups() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
List of security groups that violate the rules specified in the master security group of the AWS Firewall Manager
policy.
- violationDetail(ViolationDetail) - Method in interface software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse.Builder
-
Violation detail for a resource.
- violationDetail(Consumer<ViolationDetail.Builder>) - Method in interface software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse.Builder
-
Violation detail for a resource.
- violationDetail() - Method in class software.amazon.awssdk.services.fms.model.GetViolationDetailsResponse
-
Violation detail for a resource.
- ViolationDetail - Class in software.amazon.awssdk.services.fms.model
-
Violations for a resource based on the specified AWS Firewall Manager policy and AWS account.
- ViolationDetail.Builder - Interface in software.amazon.awssdk.services.fms.model
-
- violationReason(String) - Method in interface software.amazon.awssdk.services.fms.model.ComplianceViolator.Builder
-
The reason that the resource is not protected by the policy.
- violationReason(ViolationReason) - Method in interface software.amazon.awssdk.services.fms.model.ComplianceViolator.Builder
-
The reason that the resource is not protected by the policy.
- violationReason() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
The reason that the resource is not protected by the policy.
- ViolationReason - Enum in software.amazon.awssdk.services.fms.model
-
- violationReasonAsString() - Method in class software.amazon.awssdk.services.fms.model.ComplianceViolator
-
The reason that the resource is not protected by the policy.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation.Builder
-
The resource ID of the EC2 instance.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2InstanceViolation
-
The resource ID of the EC2 instance.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation.Builder
-
The resource ID of the network interface.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
The resource ID of the network interface.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
The security group rule that is being evaluated.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
The security group rule that is being evaluated.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation.Builder
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation.Builder
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation.Builder
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation.Builder
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTarget() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyModifiedViolation
-
The ID of the AWS Network Firewall or VPC resource that's in violation.
- violationTargetDescription(String) - Method in interface software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation.Builder
-
A description of the security group that violates the policy.
- violationTargetDescription() - Method in class software.amazon.awssdk.services.fms.model.AwsVPCSecurityGroupViolation
-
A description of the security group that violates the policy.
- violatorCount(Long) - Method in interface software.amazon.awssdk.services.fms.model.EvaluationResult.Builder
-
The number of resources that are noncompliant with the specified policy.
- violatorCount() - Method in class software.amazon.awssdk.services.fms.model.EvaluationResult
-
The number of resources that are noncompliant with the specified policy.
- violators(Collection<ComplianceViolator>) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
An array of resources that aren't protected by the AWS WAF or Shield Advanced policy or that aren't in
compliance with the security group policy.
- violators(ComplianceViolator...) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
An array of resources that aren't protected by the AWS WAF or Shield Advanced policy or that aren't in
compliance with the security group policy.
- violators(Consumer<ComplianceViolator.Builder>...) - Method in interface software.amazon.awssdk.services.fms.model.PolicyComplianceDetail.Builder
-
An array of resources that aren't protected by the AWS WAF or Shield Advanced policy or that aren't in
compliance with the security group policy.
- violators() - Method in class software.amazon.awssdk.services.fms.model.PolicyComplianceDetail
-
An array of resources that aren't protected by the AWS WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
- vpc(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation.Builder
-
The resource ID of the VPC associated with a violating subnet.
- vpc() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation
-
The resource ID of the VPC associated with a violating subnet.
- vpc(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation.Builder
-
The resource ID of the VPC associated with a violating subnet.
- vpc() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingFirewallViolation
-
The resource ID of the VPC associated with a violating subnet.
- vpc(String) - Method in interface software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation.Builder
-
The resource ID of the VPC associated with a violating subnet.
- vpc() - Method in class software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation
-
The resource ID of the VPC associated with a violating subnet.