Uses of Interface
software.amazon.awssdk.services.ec2.model.DirectoryServiceAuthentication.Builder
-
Packages that use DirectoryServiceAuthentication.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DirectoryServiceAuthentication.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DirectoryServiceAuthentication.Builder Modifier and Type Method Description static DirectoryServiceAuthentication.BuilderDirectoryServiceAuthentication. builder()DirectoryServiceAuthentication.BuilderDirectoryServiceAuthentication.Builder. directoryId(String directoryId)The ID of the Active Directory used for authentication.DirectoryServiceAuthentication.BuilderDirectoryServiceAuthentication. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DirectoryServiceAuthentication.Builder Modifier and Type Method Description static Class<? extends DirectoryServiceAuthentication.Builder>DirectoryServiceAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DirectoryServiceAuthentication.Builder Modifier and Type Method Description default ClientVpnAuthentication.BuilderClientVpnAuthentication.Builder. activeDirectory(Consumer<DirectoryServiceAuthentication.Builder> activeDirectory)Information about the Active Directory, if applicable.
-