Uses of Class
com.oracle.bmc.databasemanagement.model.RestCredential.Builder
-
Packages that use RestCredential.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of RestCredential.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RestCredential.Builder Modifier and Type Method Description static RestCredential.Builder
RestCredential. builder()
Create a new builder.RestCredential.Builder
RestCredential.Builder. copy(RestCredential model)
RestCredential.Builder
RestCredential.Builder. password(String password)
The password of the user.RestCredential.Builder
RestCredential.Builder. sslTrustStoreLocation(String sslTrustStoreLocation)
The full path of the SSL truststore location in the agent.RestCredential.Builder
RestCredential.Builder. sslTrustStorePassword(String sslTrustStorePassword)
The password of the SSL truststore location in the agent.RestCredential.Builder
RestCredential.Builder. sslTrustStoreType(RestCredential.SslTrustStoreType sslTrustStoreType)
The SSL truststore type.RestCredential.Builder
RestCredential. toBuilder()
RestCredential.Builder
RestCredential.Builder. username(String username)
The name of the user.
-