Uses of Class
com.oracle.bmc.filestorage.model.Endpoint
-
Packages that use Endpoint Package Description com.oracle.bmc.filestorage.model -
-
Uses of Endpoint in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Endpoint Modifier and Type Method Description Endpoint
Endpoint.Builder. build()
Methods in com.oracle.bmc.filestorage.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>
CreateLdapBindAccountDetails. getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.List<Endpoint>
LdapBindAccount. getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.List<Endpoint>
LdapBindAccountSummary. getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.Methods in com.oracle.bmc.filestorage.model with parameters of type Endpoint Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. copy(Endpoint model)
Method parameters in com.oracle.bmc.filestorage.model with type arguments of type Endpoint Modifier and Type Method Description CreateLdapBindAccountDetails.Builder
CreateLdapBindAccountDetails.Builder. endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.LdapBindAccount.Builder
LdapBindAccount.Builder. endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.LdapBindAccountSummary.Builder
LdapBindAccountSummary.Builder. endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.
-