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