Uses of Interface
software.amazon.awssdk.services.pcaconnectorscep.model.IntuneConfiguration.Builder
-
Packages that use IntuneConfiguration.Builder Package Description software.amazon.awssdk.services.pcaconnectorscep.model -
-
Uses of IntuneConfiguration.Builder in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return IntuneConfiguration.Builder Modifier and Type Method Description IntuneConfiguration.BuilderIntuneConfiguration.Builder. azureApplicationId(String azureApplicationId)The directory (tenant) ID from your Microsoft Entra ID app registration.static IntuneConfiguration.BuilderIntuneConfiguration. builder()IntuneConfiguration.BuilderIntuneConfiguration.Builder. domain(String domain)The primary domain from your Microsoft Entra ID app registration.IntuneConfiguration.BuilderIntuneConfiguration. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type IntuneConfiguration.Builder Modifier and Type Method Description static Class<? extends IntuneConfiguration.Builder>IntuneConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorscep.model with type arguments of type IntuneConfiguration.Builder Modifier and Type Method Description static MobileDeviceManagementMobileDeviceManagement. fromIntune(Consumer<IntuneConfiguration.Builder> intune)Create an instance of this class withMobileDeviceManagement.intune()initialized to the given value.default MobileDeviceManagement.BuilderMobileDeviceManagement.Builder. intune(Consumer<IntuneConfiguration.Builder> intune)Configuration settings for use with Microsoft Intune.
-