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