Uses of Class
com.oracle.bmc.databasemanagement.responses.CreateExternalExadataInfrastructureResponse
-
Packages that use CreateExternalExadataInfrastructureResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of CreateExternalExadataInfrastructureResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return CreateExternalExadataInfrastructureResponse Modifier and Type Method Description CreateExternalExadataInfrastructureResponse
DbManagement. createExternalExadataInfrastructure(CreateExternalExadataInfrastructureRequest request)
Creates an OCI resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.CreateExternalExadataInfrastructureResponse
DbManagementClient. createExternalExadataInfrastructure(CreateExternalExadataInfrastructureRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CreateExternalExadataInfrastructureResponse Modifier and Type Method Description Future<CreateExternalExadataInfrastructureResponse>
DbManagementAsync. createExternalExadataInfrastructure(CreateExternalExadataInfrastructureRequest request, AsyncHandler<CreateExternalExadataInfrastructureRequest,CreateExternalExadataInfrastructureResponse> handler)
Creates an OCI resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.Future<CreateExternalExadataInfrastructureResponse>
DbManagementAsyncClient. createExternalExadataInfrastructure(CreateExternalExadataInfrastructureRequest request, AsyncHandler<CreateExternalExadataInfrastructureRequest,CreateExternalExadataInfrastructureResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateExternalExadataInfrastructureResponse Modifier and Type Method Description Future<CreateExternalExadataInfrastructureResponse>
DbManagementAsync. createExternalExadataInfrastructure(CreateExternalExadataInfrastructureRequest request, AsyncHandler<CreateExternalExadataInfrastructureRequest,CreateExternalExadataInfrastructureResponse> handler)
Creates an OCI resource for the Exadata infrastructure and enables the Monitoring service for the Exadata infrastructure.Future<CreateExternalExadataInfrastructureResponse>
DbManagementAsyncClient. createExternalExadataInfrastructure(CreateExternalExadataInfrastructureRequest request, AsyncHandler<CreateExternalExadataInfrastructureRequest,CreateExternalExadataInfrastructureResponse> handler)
-
Uses of CreateExternalExadataInfrastructureResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CreateExternalExadataInfrastructureResponse Modifier and Type Method Description CreateExternalExadataInfrastructureResponse
CreateExternalExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CreateExternalExadataInfrastructureResponse Modifier and Type Method Description CreateExternalExadataInfrastructureResponse.Builder
CreateExternalExadataInfrastructureResponse.Builder. copy(CreateExternalExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-