Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalMysqlAssociatedServiceName |
ExternalMysqlAssociatedServiceName.create(String key) |
ExternalMysqlAssociatedServiceName |
EnableExternalMysqlAssociatedServiceDetails.getServiceName()
Name of the Associated Service.
|
ExternalMysqlAssociatedServiceName |
DisableExternalMysqlAssociatedServiceDetails.getServiceName()
Name of the Associated Service.
|
static ExternalMysqlAssociatedServiceName |
ExternalMysqlAssociatedServiceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalMysqlAssociatedServiceName[] |
ExternalMysqlAssociatedServiceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnableExternalMysqlAssociatedServiceDetails.Builder |
EnableExternalMysqlAssociatedServiceDetails.Builder.serviceName(ExternalMysqlAssociatedServiceName serviceName)
Name of the Associated Service.
|
DisableExternalMysqlAssociatedServiceDetails.Builder |
DisableExternalMysqlAssociatedServiceDetails.Builder.serviceName(ExternalMysqlAssociatedServiceName serviceName)
Name of the Associated Service.
|
Constructor and Description |
---|
DisableExternalMysqlAssociatedServiceDetails(String serviceResourceId,
String connectorId,
ExternalMysqlAssociatedServiceName serviceName)
Deprecated.
|
EnableExternalMysqlAssociatedServiceDetails(String serviceResourceId,
String connectorId,
ExternalMysqlAssociatedServiceName serviceName)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.