Uses of Class
com.oracle.bmc.core.requests.UpdateComputeGpuMemoryFabricRequest
-
Packages that use UpdateComputeGpuMemoryFabricRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateComputeGpuMemoryFabricRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateComputeGpuMemoryFabricRequest Modifier and Type Method Description UpdateComputeGpuMemoryFabricResponse
Compute. updateComputeGpuMemoryFabric(UpdateComputeGpuMemoryFabricRequest request)
Customer can update displayName and tags for compute GPU memory fabric recordFuture<UpdateComputeGpuMemoryFabricResponse>
ComputeAsync. updateComputeGpuMemoryFabric(UpdateComputeGpuMemoryFabricRequest request, AsyncHandler<UpdateComputeGpuMemoryFabricRequest,UpdateComputeGpuMemoryFabricResponse> handler)
Customer can update displayName and tags for compute GPU memory fabric recordFuture<UpdateComputeGpuMemoryFabricResponse>
ComputeAsyncClient. updateComputeGpuMemoryFabric(UpdateComputeGpuMemoryFabricRequest request, AsyncHandler<UpdateComputeGpuMemoryFabricRequest,UpdateComputeGpuMemoryFabricResponse> handler)
UpdateComputeGpuMemoryFabricResponse
ComputeClient. updateComputeGpuMemoryFabric(UpdateComputeGpuMemoryFabricRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateComputeGpuMemoryFabricRequest Modifier and Type Method Description Future<UpdateComputeGpuMemoryFabricResponse>
ComputeAsync. updateComputeGpuMemoryFabric(UpdateComputeGpuMemoryFabricRequest request, AsyncHandler<UpdateComputeGpuMemoryFabricRequest,UpdateComputeGpuMemoryFabricResponse> handler)
Customer can update displayName and tags for compute GPU memory fabric recordFuture<UpdateComputeGpuMemoryFabricResponse>
ComputeAsyncClient. updateComputeGpuMemoryFabric(UpdateComputeGpuMemoryFabricRequest request, AsyncHandler<UpdateComputeGpuMemoryFabricRequest,UpdateComputeGpuMemoryFabricResponse> handler)
-
Uses of UpdateComputeGpuMemoryFabricRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateComputeGpuMemoryFabricRequest Modifier and Type Method Description UpdateComputeGpuMemoryFabricRequest
UpdateComputeGpuMemoryFabricRequest.Builder. build()
Build the instance of UpdateComputeGpuMemoryFabricRequest as configured by this builderUpdateComputeGpuMemoryFabricRequest
UpdateComputeGpuMemoryFabricRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateComputeGpuMemoryFabricRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateComputeGpuMemoryFabricRequest Modifier and Type Method Description UpdateComputeGpuMemoryFabricRequest.Builder
UpdateComputeGpuMemoryFabricRequest.Builder. copy(UpdateComputeGpuMemoryFabricRequest o)
Copy method to populate the builder with values from the given instance.
-