Uses of Class
software.amazon.awssdk.services.fms.model.PutAppsListRequest
-
Packages that use PutAppsListRequest Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.transform -
-
Uses of PutAppsListRequest in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms with parameters of type PutAppsListRequest Modifier and Type Method Description default CompletableFuture<PutAppsListResponse>FmsAsyncClient. putAppsList(PutAppsListRequest putAppsListRequest)Creates an Firewall Manager applications list.default PutAppsListResponseFmsClient. putAppsList(PutAppsListRequest putAppsListRequest)Creates an Firewall Manager applications list. -
Uses of PutAppsListRequest in software.amazon.awssdk.services.fms.transform
Methods in software.amazon.awssdk.services.fms.transform with parameters of type PutAppsListRequest Modifier and Type Method Description SdkHttpFullRequestPutAppsListRequestMarshaller. marshall(PutAppsListRequest putAppsListRequest)
-