Uses of Class
software.amazon.awssdk.services.fms.model.PutPolicyResponse
-
Packages that use PutPolicyResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of PutPolicyResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return PutPolicyResponse Modifier and Type Method Description default PutPolicyResponseFmsClient. putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest)Creates an Firewall Manager policy.default PutPolicyResponseFmsClient. putPolicy(PutPolicyRequest putPolicyRequest)Creates an Firewall Manager policy.Methods in software.amazon.awssdk.services.fms that return types with arguments of type PutPolicyResponse Modifier and Type Method Description default CompletableFuture<PutPolicyResponse>FmsAsyncClient. putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest)Creates an Firewall Manager policy.default CompletableFuture<PutPolicyResponse>FmsAsyncClient. putPolicy(PutPolicyRequest putPolicyRequest)Creates an Firewall Manager policy.
-