Uses of Class
software.amazon.awssdk.services.iot.model.SetDefaultPolicyVersionResponse
-
Packages that use SetDefaultPolicyVersionResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of SetDefaultPolicyVersionResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return SetDefaultPolicyVersionResponse Modifier and Type Method Description default SetDefaultPolicyVersionResponseIotClient. setDefaultPolicyVersion(Consumer<SetDefaultPolicyVersionRequest.Builder> setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.default SetDefaultPolicyVersionResponseIotClient. setDefaultPolicyVersion(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.Methods in software.amazon.awssdk.services.iot that return types with arguments of type SetDefaultPolicyVersionResponse Modifier and Type Method Description default CompletableFuture<SetDefaultPolicyVersionResponse>IotAsyncClient. setDefaultPolicyVersion(Consumer<SetDefaultPolicyVersionRequest.Builder> setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.default CompletableFuture<SetDefaultPolicyVersionResponse>IotAsyncClient. setDefaultPolicyVersion(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.
-