Uses of Interface
software.amazon.awssdk.services.iam.model.AttachedPolicy.Builder
-
Packages that use AttachedPolicy.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of AttachedPolicy.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return AttachedPolicy.Builder Modifier and Type Method Description static AttachedPolicy.BuilderAttachedPolicy. builder()AttachedPolicy.BuilderAttachedPolicy.Builder. policyArn(String policyArn)Sets the value of the PolicyArn property for this object.AttachedPolicy.BuilderAttachedPolicy.Builder. policyName(String policyName)The friendly name of the attached policy.AttachedPolicy.BuilderAttachedPolicy. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type AttachedPolicy.Builder Modifier and Type Method Description static Class<? extends AttachedPolicy.Builder>AttachedPolicy. serializableBuilderClass()
-