Uses of Interface
software.amazon.awssdk.services.iot.model.PolicyVersion.Builder
-
Packages that use PolicyVersion.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PolicyVersion.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PolicyVersion.Builder Modifier and Type Method Description static PolicyVersion.BuilderPolicyVersion. builder()PolicyVersion.BuilderPolicyVersion.Builder. createDate(Instant createDate)The date and time the policy was created.PolicyVersion.BuilderPolicyVersion.Builder. isDefaultVersion(Boolean isDefaultVersion)Specifies whether the policy version is the default.PolicyVersion.BuilderPolicyVersion. toBuilder()PolicyVersion.BuilderPolicyVersion.Builder. versionId(String versionId)The policy version ID.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PolicyVersion.Builder Modifier and Type Method Description static Class<? extends PolicyVersion.Builder>PolicyVersion. serializableBuilderClass()
-