Uses of Class
software.amazon.awssdk.services.fms.model.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.transform -
-
Uses of GetPolicyRequest in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms with parameters of type GetPolicyRequest Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>FmsAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns information about the specified Firewall Manager policy.default GetPolicyResponseFmsClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns information about the specified Firewall Manager policy. -
Uses of GetPolicyRequest in software.amazon.awssdk.services.fms.transform
Methods in software.amazon.awssdk.services.fms.transform with parameters of type GetPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetPolicyRequestMarshaller. marshall(GetPolicyRequest getPolicyRequest)
-