Uses of Class
software.amazon.awssdk.services.iot.model.ListPolicyVersionsResponse
-
Packages that use ListPolicyVersionsResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of ListPolicyVersionsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListPolicyVersionsResponse Modifier and Type Method Description default ListPolicyVersionsResponseIotClient. listPolicyVersions(Consumer<ListPolicyVersionsRequest.Builder> listPolicyVersionsRequest)Lists the versions of the specified policy and identifies the default version.default ListPolicyVersionsResponseIotClient. listPolicyVersions(ListPolicyVersionsRequest listPolicyVersionsRequest)Lists the versions of the specified policy and identifies the default version.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListPolicyVersionsResponse Modifier and Type Method Description default CompletableFuture<ListPolicyVersionsResponse>IotAsyncClient. listPolicyVersions(Consumer<ListPolicyVersionsRequest.Builder> listPolicyVersionsRequest)Lists the versions of the specified policy and identifies the default version.default CompletableFuture<ListPolicyVersionsResponse>IotAsyncClient. listPolicyVersions(ListPolicyVersionsRequest listPolicyVersionsRequest)Lists the versions of the specified policy and identifies the default version.
-