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