Uses of Interface
software.amazon.awssdk.services.fms.model.GetProtectionStatusRequest.Builder
-
Packages that use GetProtectionStatusRequest.Builder Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.model -
-
Uses of GetProtectionStatusRequest.Builder in software.amazon.awssdk.services.fms
Method parameters in software.amazon.awssdk.services.fms with type arguments of type GetProtectionStatusRequest.Builder Modifier and Type Method 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 GetProtectionStatusResponseFmsClient. 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. -
Uses of GetProtectionStatusRequest.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return GetProtectionStatusRequest.Builder Modifier and Type Method Description static GetProtectionStatusRequest.BuilderGetProtectionStatusRequest. builder()GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. endTime(Instant endTime)The end of the time period to query for the attacks.GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. maxResults(Integer maxResults)Specifies the number of objects that you want Firewall Manager to return for this request.GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. memberAccountId(String memberAccountId)The Amazon Web Services account that is in scope of the policy that you want to get the details for.GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. nextToken(String nextToken)If you specify a value forMaxResultsand you have more objects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response, which you can use to retrieve another group of objects.GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. policyId(String policyId)The ID of the policy for which you want to get the attack information.GetProtectionStatusRequest.BuilderGetProtectionStatusRequest.Builder. startTime(Instant startTime)The start of the time period to query for the attacks.GetProtectionStatusRequest.BuilderGetProtectionStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type GetProtectionStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetProtectionStatusRequest.Builder>GetProtectionStatusRequest. serializableBuilderClass()
-