Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateExternalExadataStorageGridRequest
-
Packages that use UpdateExternalExadataStorageGridRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateExternalExadataStorageGridRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalExadataStorageGridRequest Modifier and Type Method Description Future<UpdateExternalExadataStorageGridResponse>
DbManagementAsync. updateExternalExadataStorageGrid(UpdateExternalExadataStorageGridRequest request, AsyncHandler<UpdateExternalExadataStorageGridRequest,UpdateExternalExadataStorageGridResponse> handler)
Updates the Exadata storage server grid specified by exadataStorageGridId.Future<UpdateExternalExadataStorageGridResponse>
DbManagementAsyncClient. updateExternalExadataStorageGrid(UpdateExternalExadataStorageGridRequest request, AsyncHandler<UpdateExternalExadataStorageGridRequest,UpdateExternalExadataStorageGridResponse> handler)
-
Uses of UpdateExternalExadataStorageGridRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateExternalExadataStorageGridRequest Modifier and Type Method Description UpdateExternalExadataStorageGridRequest
UpdateExternalExadataStorageGridRequest.Builder. build()
Build the instance of UpdateExternalExadataStorageGridRequest as configured by this builderUpdateExternalExadataStorageGridRequest
UpdateExternalExadataStorageGridRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExternalExadataStorageGridRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateExternalExadataStorageGridRequest Modifier and Type Method Description UpdateExternalExadataStorageGridRequest.Builder
UpdateExternalExadataStorageGridRequest.Builder. copy(UpdateExternalExadataStorageGridRequest o)
Copy method to populate the builder with values from the given instance.
-