| 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.
|
Future<GetProtectionStatusResult> |
AWSFMSAsyncClient.getProtectionStatusAsync(GetProtectionStatusRequest request) |
Future<GetProtectionStatusResult> |
AbstractAWSFMSAsync.getProtectionStatusAsync(GetProtectionStatusRequest request) |
Future<GetProtectionStatusResult> |
AWSFMSAsync.getProtectionStatusAsync(GetProtectionStatusRequest getProtectionStatusRequest)
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
|
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 |
|---|---|
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 |
|---|---|
GetProtectionStatusRequest |
GetProtectionStatusRequest.clone() |
GetProtectionStatusRequest |
GetProtectionStatusRequest.withEndTime(Date endTime)
The end of the time period to query for the attacks.
|
GetProtectionStatusRequest |
GetProtectionStatusRequest.withMaxResults(Integer maxResults)
Specifies the number of objects that you want AWS Firewall Manager to return for this request.
|
GetProtectionStatusRequest |
GetProtectionStatusRequest.withMemberAccountId(String memberAccountId)
The AWS account that is in scope of the policy that you want to get the details for.
|
GetProtectionStatusRequest |
GetProtectionStatusRequest.withNextToken(String nextToken)
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. |
GetProtectionStatusRequest |
GetProtectionStatusRequest.withPolicyId(String policyId)
The ID of the policy for which you want to get the attack information.
|
GetProtectionStatusRequest |
GetProtectionStatusRequest.withStartTime(Date startTime)
The start of the time period to query for the attacks.
|
Copyright © 2021. All rights reserved.