Uses of Class
software.amazon.awssdk.services.iot.model.GetPolicyVersionResponse
-
Packages that use GetPolicyVersionResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetPolicyVersionResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetPolicyVersionResponse Modifier and Type Method Description default GetPolicyVersionResponseIotClient. getPolicyVersion(Consumer<GetPolicyVersionRequest.Builder> getPolicyVersionRequest)Gets information about the specified policy version.default GetPolicyVersionResponseIotClient. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Gets information about the specified policy version.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetPolicyVersionResponse Modifier and Type Method Description default CompletableFuture<GetPolicyVersionResponse>IotAsyncClient. getPolicyVersion(Consumer<GetPolicyVersionRequest.Builder> getPolicyVersionRequest)Gets information about the specified policy version.default CompletableFuture<GetPolicyVersionResponse>IotAsyncClient. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Gets information about the specified policy version.
-