Uses of Interface
software.amazon.awssdk.services.iot.model.PolicyVersionIdentifier.Builder
-
Packages that use PolicyVersionIdentifier.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PolicyVersionIdentifier.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PolicyVersionIdentifier.Builder Modifier and Type Method Description static PolicyVersionIdentifier.BuilderPolicyVersionIdentifier. builder()PolicyVersionIdentifier.BuilderPolicyVersionIdentifier.Builder. policyName(String policyName)The name of the policy.PolicyVersionIdentifier.BuilderPolicyVersionIdentifier.Builder. policyVersionId(String policyVersionId)The ID of the version of the policy associated with the resource.PolicyVersionIdentifier.BuilderPolicyVersionIdentifier. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PolicyVersionIdentifier.Builder Modifier and Type Method Description static Class<? extends PolicyVersionIdentifier.Builder>PolicyVersionIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type PolicyVersionIdentifier.Builder Modifier and Type Method Description default ResourceIdentifier.BuilderResourceIdentifier.Builder. policyVersionIdentifier(Consumer<PolicyVersionIdentifier.Builder> policyVersionIdentifier)The version of the policy associated with the resource.
-