Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateExternalExadataInfrastructureRequest
-
Packages that use UpdateExternalExadataInfrastructureRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateExternalExadataInfrastructureRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalExadataInfrastructureRequest Modifier and Type Method Description Future<UpdateExternalExadataInfrastructureResponse>
DbManagementAsync. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request, AsyncHandler<UpdateExternalExadataInfrastructureRequest,UpdateExternalExadataInfrastructureResponse> handler)
Updates the details for the Exadata infrastructure specified by externalExadataInfrastructureId.Future<UpdateExternalExadataInfrastructureResponse>
DbManagementAsyncClient. updateExternalExadataInfrastructure(UpdateExternalExadataInfrastructureRequest request, AsyncHandler<UpdateExternalExadataInfrastructureRequest,UpdateExternalExadataInfrastructureResponse> handler)
-
Uses of UpdateExternalExadataInfrastructureRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateExternalExadataInfrastructureRequest Modifier and Type Method Description UpdateExternalExadataInfrastructureRequest
UpdateExternalExadataInfrastructureRequest.Builder. build()
Build the instance of UpdateExternalExadataInfrastructureRequest as configured by this builderUpdateExternalExadataInfrastructureRequest
UpdateExternalExadataInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExternalExadataInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateExternalExadataInfrastructureRequest Modifier and Type Method Description UpdateExternalExadataInfrastructureRequest.Builder
UpdateExternalExadataInfrastructureRequest.Builder. copy(UpdateExternalExadataInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-