Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateExternalAsmRequest
-
Packages that use UpdateExternalAsmRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateExternalAsmRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateExternalAsmRequest Modifier and Type Method Description UpdateExternalAsmResponse
DbManagement. updateExternalAsm(UpdateExternalAsmRequest request)
Updates the external ASM specified byexternalAsmId
.Future<UpdateExternalAsmResponse>
DbManagementAsync. updateExternalAsm(UpdateExternalAsmRequest request, AsyncHandler<UpdateExternalAsmRequest,UpdateExternalAsmResponse> handler)
Updates the external ASM specified byexternalAsmId
.Future<UpdateExternalAsmResponse>
DbManagementAsyncClient. updateExternalAsm(UpdateExternalAsmRequest request, AsyncHandler<UpdateExternalAsmRequest,UpdateExternalAsmResponse> handler)
UpdateExternalAsmResponse
DbManagementClient. updateExternalAsm(UpdateExternalAsmRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalAsmRequest Modifier and Type Method Description Future<UpdateExternalAsmResponse>
DbManagementAsync. updateExternalAsm(UpdateExternalAsmRequest request, AsyncHandler<UpdateExternalAsmRequest,UpdateExternalAsmResponse> handler)
Updates the external ASM specified byexternalAsmId
.Future<UpdateExternalAsmResponse>
DbManagementAsyncClient. updateExternalAsm(UpdateExternalAsmRequest request, AsyncHandler<UpdateExternalAsmRequest,UpdateExternalAsmResponse> handler)
-
Uses of UpdateExternalAsmRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateExternalAsmRequest Modifier and Type Method Description UpdateExternalAsmRequest
UpdateExternalAsmRequest.Builder. build()
Build the instance of UpdateExternalAsmRequest as configured by this builderUpdateExternalAsmRequest
UpdateExternalAsmRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExternalAsmRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateExternalAsmRequest Modifier and Type Method Description UpdateExternalAsmRequest.Builder
UpdateExternalAsmRequest.Builder. copy(UpdateExternalAsmRequest o)
Copy method to populate the builder with values from the given instance.
-