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