Uses of Class
software.amazon.awssdk.services.fms.model.GetProtocolsListResponse
-
Packages that use GetProtocolsListResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of GetProtocolsListResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return GetProtocolsListResponse Modifier and Type Method Description default GetProtocolsListResponseFmsClient. getProtocolsList(Consumer<GetProtocolsListRequest.Builder> getProtocolsListRequest)Returns information about the specified Firewall Manager protocols list.default GetProtocolsListResponseFmsClient. getProtocolsList(GetProtocolsListRequest getProtocolsListRequest)Returns information about the specified Firewall Manager protocols list.Methods in software.amazon.awssdk.services.fms that return types with arguments of type GetProtocolsListResponse Modifier and Type Method Description default CompletableFuture<GetProtocolsListResponse>FmsAsyncClient. getProtocolsList(Consumer<GetProtocolsListRequest.Builder> getProtocolsListRequest)Returns information about the specified Firewall Manager protocols list.default CompletableFuture<GetProtocolsListResponse>FmsAsyncClient. getProtocolsList(GetProtocolsListRequest getProtocolsListRequest)Returns information about the specified Firewall Manager protocols list.
-