Uses of Class
com.oracle.bmc.stackmonitoring.model.CredentialProperty
-
Packages that use CredentialProperty Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of CredentialProperty in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return CredentialProperty Modifier and Type Method Description CredentialProperty
CredentialProperty.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type CredentialProperty Modifier and Type Method Description List<CredentialProperty>
EncryptedCredentials. getProperties()
The credential properties list.List<CredentialProperty>
PlainTextCredentials. getProperties()
The credential properties list.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type CredentialProperty Modifier and Type Method Description CredentialProperty.Builder
CredentialProperty.Builder. copy(CredentialProperty model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type CredentialProperty Modifier and Type Method Description EncryptedCredentials.Builder
EncryptedCredentials.Builder. properties(List<CredentialProperty> properties)
The credential properties list.PlainTextCredentials.Builder
PlainTextCredentials.Builder. properties(List<CredentialProperty> properties)
The credential properties list.Constructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type CredentialProperty Constructor Description EncryptedCredentials(String source, String name, String type, String description, String keyId, List<CredentialProperty> properties)
Deprecated.PlainTextCredentials(String source, String name, String type, String description, List<CredentialProperty> properties)
Deprecated.
-