Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.