| Package | Description |
|---|---|
| com.amazonaws.services.fms |
|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
GetProtectionStatusResult |
AWSFMSClient.getProtectionStatus(GetProtectionStatusRequest request)
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
|
GetProtectionStatusResult |
AbstractAWSFMS.getProtectionStatus(GetProtectionStatusRequest request) |
GetProtectionStatusResult |
AWSFMS.getProtectionStatus(GetProtectionStatusRequest getProtectionStatusRequest)
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetProtectionStatusResult> |
AWSFMSAsyncClient.getProtectionStatusAsync(GetProtectionStatusRequest request,
AsyncHandler<GetProtectionStatusRequest,GetProtectionStatusResult> asyncHandler) |
Future<GetProtectionStatusResult> |
AbstractAWSFMSAsync.getProtectionStatusAsync(GetProtectionStatusRequest request,
AsyncHandler<GetProtectionStatusRequest,GetProtectionStatusResult> asyncHandler) |
Future<GetProtectionStatusResult> |
AWSFMSAsync.getProtectionStatusAsync(GetProtectionStatusRequest getProtectionStatusRequest,
AsyncHandler<GetProtectionStatusRequest,GetProtectionStatusResult> asyncHandler)
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
|
| Modifier and Type | Method and Description |
|---|---|
GetProtectionStatusResult |
GetProtectionStatusResult.clone() |
GetProtectionStatusResult |
GetProtectionStatusResult.withAdminAccountId(String adminAccountId)
The ID of the AWS Firewall administrator account for this policy.
|
GetProtectionStatusResult |
GetProtectionStatusResult.withData(String data)
Details about the attack, including the following:
|
GetProtectionStatusResult |
GetProtectionStatusResult.withNextToken(String nextToken)
If you have more objects than the number that you specified for
MaxResults in the request, the
response includes a NextToken value. |
GetProtectionStatusResult |
GetProtectionStatusResult.withServiceType(SecurityServiceType serviceType)
The service type that is protected by the policy.
|
GetProtectionStatusResult |
GetProtectionStatusResult.withServiceType(String serviceType)
The service type that is protected by the policy.
|
Copyright © 2021. All rights reserved.