Uses of Class
com.oracle.bmc.databasemanagement.requests.EnableExternalMysqlAssociatedServiceRequest
-
Packages that use EnableExternalMysqlAssociatedServiceRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of EnableExternalMysqlAssociatedServiceRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type EnableExternalMysqlAssociatedServiceRequest Modifier and Type Method Description Future<EnableExternalMysqlAssociatedServiceResponse>
ManagedMySqlDatabasesAsync. enableExternalMysqlAssociatedService(EnableExternalMysqlAssociatedServiceRequest request, AsyncHandler<EnableExternalMysqlAssociatedServiceRequest,EnableExternalMysqlAssociatedServiceResponse> handler)
Enable an Associated Service for an external MySQL database resource.Future<EnableExternalMysqlAssociatedServiceResponse>
ManagedMySqlDatabasesAsyncClient. enableExternalMysqlAssociatedService(EnableExternalMysqlAssociatedServiceRequest request, AsyncHandler<EnableExternalMysqlAssociatedServiceRequest,EnableExternalMysqlAssociatedServiceResponse> handler)
-
Uses of EnableExternalMysqlAssociatedServiceRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return EnableExternalMysqlAssociatedServiceRequest Modifier and Type Method Description EnableExternalMysqlAssociatedServiceRequest
EnableExternalMysqlAssociatedServiceRequest.Builder. build()
Build the instance of EnableExternalMysqlAssociatedServiceRequest as configured by this builderEnableExternalMysqlAssociatedServiceRequest
EnableExternalMysqlAssociatedServiceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EnableExternalMysqlAssociatedServiceRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type EnableExternalMysqlAssociatedServiceRequest Modifier and Type Method Description EnableExternalMysqlAssociatedServiceRequest.Builder
EnableExternalMysqlAssociatedServiceRequest.Builder. copy(EnableExternalMysqlAssociatedServiceRequest o)
Copy method to populate the builder with values from the given instance.
-