Uses of Class
com.oracle.bmc.core.requests.UpdateComputeGpuMemoryClusterRequest
-
Packages that use UpdateComputeGpuMemoryClusterRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateComputeGpuMemoryClusterRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type UpdateComputeGpuMemoryClusterRequest Modifier and Type Method Description Waiter<UpdateComputeGpuMemoryClusterRequest,UpdateComputeGpuMemoryClusterResponse>
ComputeWaiters. forUpdateComputeGpuMemoryCluster(UpdateComputeGpuMemoryClusterRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateComputeGpuMemoryClusterRequest,UpdateComputeGpuMemoryClusterResponse>
ComputeWaiters. forUpdateComputeGpuMemoryCluster(UpdateComputeGpuMemoryClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type UpdateComputeGpuMemoryClusterRequest Modifier and Type Method Description Future<UpdateComputeGpuMemoryClusterResponse>
ComputeAsync. updateComputeGpuMemoryCluster(UpdateComputeGpuMemoryClusterRequest request, AsyncHandler<UpdateComputeGpuMemoryClusterRequest,UpdateComputeGpuMemoryClusterResponse> handler)
Updates a compute gpu memory cluster resource.Future<UpdateComputeGpuMemoryClusterResponse>
ComputeAsyncClient. updateComputeGpuMemoryCluster(UpdateComputeGpuMemoryClusterRequest request, AsyncHandler<UpdateComputeGpuMemoryClusterRequest,UpdateComputeGpuMemoryClusterResponse> handler)
-
Uses of UpdateComputeGpuMemoryClusterRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateComputeGpuMemoryClusterRequest Modifier and Type Method Description UpdateComputeGpuMemoryClusterRequest
UpdateComputeGpuMemoryClusterRequest.Builder. build()
Build the instance of UpdateComputeGpuMemoryClusterRequest as configured by this builderUpdateComputeGpuMemoryClusterRequest
UpdateComputeGpuMemoryClusterRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateComputeGpuMemoryClusterRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateComputeGpuMemoryClusterRequest Modifier and Type Method Description UpdateComputeGpuMemoryClusterRequest.Builder
UpdateComputeGpuMemoryClusterRequest.Builder. copy(UpdateComputeGpuMemoryClusterRequest o)
Copy method to populate the builder with values from the given instance.
-