Uses of Interface
software.amazon.awssdk.services.iot.model.EffectivePolicy.Builder
-
Packages that use EffectivePolicy.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of EffectivePolicy.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return EffectivePolicy.Builder Modifier and Type Method Description static EffectivePolicy.BuilderEffectivePolicy. builder()EffectivePolicy.BuilderEffectivePolicy.Builder. policyArn(String policyArn)The policy ARN.EffectivePolicy.BuilderEffectivePolicy.Builder. policyDocument(String policyDocument)The IAM policy document.EffectivePolicy.BuilderEffectivePolicy.Builder. policyName(String policyName)The policy name.EffectivePolicy.BuilderEffectivePolicy. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type EffectivePolicy.Builder Modifier and Type Method Description static Class<? extends EffectivePolicy.Builder>EffectivePolicy. serializableBuilderClass()
-