Uses of Class
software.amazon.awssdk.services.storagegateway.model.ActiveDirectoryStatus
-
Packages that use ActiveDirectoryStatus Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of ActiveDirectoryStatus in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ActiveDirectoryStatus Modifier and Type Method Description ActiveDirectoryStatusDescribeSmbSettingsResponse. activeDirectoryStatus()Indicates the status of a gateway that is a member of the Active Directory domain.ActiveDirectoryStatusJoinDomainResponse. activeDirectoryStatus()Indicates the status of the gateway as a member of the Active Directory domain.static ActiveDirectoryStatusActiveDirectoryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActiveDirectoryStatusActiveDirectoryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ActiveDirectoryStatus[]ActiveDirectoryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ActiveDirectoryStatus Modifier and Type Method Description static Set<ActiveDirectoryStatus>ActiveDirectoryStatus. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type ActiveDirectoryStatus Modifier and Type Method Description DescribeSmbSettingsResponse.BuilderDescribeSmbSettingsResponse.Builder. activeDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)Indicates the status of a gateway that is a member of the Active Directory domain.JoinDomainResponse.BuilderJoinDomainResponse.Builder. activeDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)Indicates the status of the gateway as a member of the Active Directory domain.
-