Uses of Class
software.amazon.awssdk.services.fms.model.PutProtocolsListResponse
-
Packages that use PutProtocolsListResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of PutProtocolsListResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return PutProtocolsListResponse Modifier and Type Method Description default PutProtocolsListResponseFmsClient. putProtocolsList(Consumer<PutProtocolsListRequest.Builder> putProtocolsListRequest)Creates an Firewall Manager protocols list.default PutProtocolsListResponseFmsClient. putProtocolsList(PutProtocolsListRequest putProtocolsListRequest)Creates an Firewall Manager protocols list.Methods in software.amazon.awssdk.services.fms that return types with arguments of type PutProtocolsListResponse Modifier and Type Method Description default CompletableFuture<PutProtocolsListResponse>FmsAsyncClient. putProtocolsList(Consumer<PutProtocolsListRequest.Builder> putProtocolsListRequest)Creates an Firewall Manager protocols list.default CompletableFuture<PutProtocolsListResponse>FmsAsyncClient. putProtocolsList(PutProtocolsListRequest putProtocolsListRequest)Creates an Firewall Manager protocols list.
-