Uses of Class
software.amazon.awssdk.services.wafv2.model.ListMobileSdkReleasesResponse
-
Packages that use ListMobileSdkReleasesResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListMobileSdkReleasesResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListMobileSdkReleasesResponse Modifier and Type Method Description default ListMobileSdkReleasesResponseWafv2Client. listMobileSdkReleases(Consumer<ListMobileSdkReleasesRequest.Builder> listMobileSdkReleasesRequest)Retrieves a list of the available releases for the mobile SDK and the specified device platform.default ListMobileSdkReleasesResponseWafv2Client. listMobileSdkReleases(ListMobileSdkReleasesRequest listMobileSdkReleasesRequest)Retrieves a list of the available releases for the mobile SDK and the specified device platform.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListMobileSdkReleasesResponse Modifier and Type Method Description default CompletableFuture<ListMobileSdkReleasesResponse>Wafv2AsyncClient. listMobileSdkReleases(Consumer<ListMobileSdkReleasesRequest.Builder> listMobileSdkReleasesRequest)Retrieves a list of the available releases for the mobile SDK and the specified device platform.default CompletableFuture<ListMobileSdkReleasesResponse>Wafv2AsyncClient. listMobileSdkReleases(ListMobileSdkReleasesRequest listMobileSdkReleasesRequest)Retrieves a list of the available releases for the mobile SDK and the specified device platform.
-