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