Uses of Class
software.amazon.awssdk.services.appstream.model.DomainJoinInfo
-
Packages that use DomainJoinInfo Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of DomainJoinInfo in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return DomainJoinInfo Modifier and Type Method Description DomainJoinInfoCreateFleetRequest. domainJoinInfo()The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.DomainJoinInfoCreateImageBuilderRequest. domainJoinInfo()The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.DomainJoinInfoFleet. domainJoinInfo()The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.DomainJoinInfoImageBuilder. domainJoinInfo()The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.DomainJoinInfoUpdateFleetRequest. domainJoinInfo()The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.Methods in software.amazon.awssdk.services.appstream.model with parameters of type DomainJoinInfo Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. domainJoinInfo(DomainJoinInfo domainJoinInfo)The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.CreateImageBuilderRequest.BuilderCreateImageBuilderRequest.Builder. domainJoinInfo(DomainJoinInfo domainJoinInfo)The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.Fleet.BuilderFleet.Builder. domainJoinInfo(DomainJoinInfo domainJoinInfo)The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.ImageBuilder.BuilderImageBuilder.Builder. domainJoinInfo(DomainJoinInfo domainJoinInfo)The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. domainJoinInfo(DomainJoinInfo domainJoinInfo)The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
-