Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.IAMUserIdentity.Builder
-
Packages that use IAMUserIdentity.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of IAMUserIdentity.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return IAMUserIdentity.Builder Modifier and Type Method Description IAMUserIdentity.BuilderIAMUserIdentity.Builder. arn(String arn)The ARN of the IAM user.static IAMUserIdentity.BuilderIAMUserIdentity. builder()IAMUserIdentity.BuilderIAMUserIdentity. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type IAMUserIdentity.Builder Modifier and Type Method Description static Class<? extends IAMUserIdentity.Builder>IAMUserIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type IAMUserIdentity.Builder Modifier and Type Method Description default Identity.BuilderIdentity.Builder. iamUser(Consumer<IAMUserIdentity.Builder> iamUser)An IAM user identity.
-