| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms |
|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetProtectionStatusResponse> |
FmsAsyncClient.getProtectionStatus(Consumer<GetProtectionStatusRequest.Builder> getProtectionStatusRequest)
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a
potential DDoS attack.
|
default GetProtectionStatusResponse |
FmsClient.getProtectionStatus(Consumer<GetProtectionStatusRequest.Builder> 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 |
|---|---|
static GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.builder() |
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.endTime(Instant endTime)
The end of the time period to query for the attacks.
|
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.maxResults(Integer maxResults)
Specifies the number of objects that you want AWS Firewall Manager to return for this request.
|
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.memberAccountId(String memberAccountId)
The AWS account that is in scope of the policy that you want to get the details for.
|
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.nextToken(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.Builder |
GetProtectionStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.policyId(String policyId)
The ID of the policy for which you want to get the attack information.
|
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.Builder.startTime(Instant startTime)
The start of the time period to query for the attacks.
|
GetProtectionStatusRequest.Builder |
GetProtectionStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetProtectionStatusRequest.Builder> |
GetProtectionStatusRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.