Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateCloudAsmResponse
-
Packages that use UpdateCloudAsmResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateCloudAsmResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateCloudAsmResponse Modifier and Type Method Description UpdateCloudAsmResponse
DbManagement. updateCloudAsm(UpdateCloudAsmRequest request)
Updates the cloud ASM specified bycloudAsmId
.UpdateCloudAsmResponse
DbManagementClient. updateCloudAsm(UpdateCloudAsmRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateCloudAsmResponse Modifier and Type Method Description Future<UpdateCloudAsmResponse>
DbManagementAsync. updateCloudAsm(UpdateCloudAsmRequest request, AsyncHandler<UpdateCloudAsmRequest,UpdateCloudAsmResponse> handler)
Updates the cloud ASM specified bycloudAsmId
.Future<UpdateCloudAsmResponse>
DbManagementAsyncClient. updateCloudAsm(UpdateCloudAsmRequest request, AsyncHandler<UpdateCloudAsmRequest,UpdateCloudAsmResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudAsmResponse Modifier and Type Method Description Future<UpdateCloudAsmResponse>
DbManagementAsync. updateCloudAsm(UpdateCloudAsmRequest request, AsyncHandler<UpdateCloudAsmRequest,UpdateCloudAsmResponse> handler)
Updates the cloud ASM specified bycloudAsmId
.Future<UpdateCloudAsmResponse>
DbManagementAsyncClient. updateCloudAsm(UpdateCloudAsmRequest request, AsyncHandler<UpdateCloudAsmRequest,UpdateCloudAsmResponse> handler)
-
Uses of UpdateCloudAsmResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateCloudAsmResponse Modifier and Type Method Description UpdateCloudAsmResponse
UpdateCloudAsmResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateCloudAsmResponse Modifier and Type Method Description UpdateCloudAsmResponse.Builder
UpdateCloudAsmResponse.Builder. copy(UpdateCloudAsmResponse o)
Copy method to populate the builder with values from the given instance.
-