Uses of Class
software.amazon.awssdk.services.iot.model.CreatePolicyVersionRequest
-
Packages that use CreatePolicyVersionRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreatePolicyVersionRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreatePolicyVersionRequest Modifier and Type Method Description default CompletableFuture<CreatePolicyVersionResponse>IotAsyncClient. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified IoT policy.default CreatePolicyVersionResponseIotClient. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified IoT policy. -
Uses of CreatePolicyVersionRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreatePolicyVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreatePolicyVersionRequestMarshaller. marshall(CreatePolicyVersionRequest createPolicyVersionRequest)
-