Uses of Class
com.oracle.bmc.core.model.ComputeGpuMemoryCluster
-
Packages that use ComputeGpuMemoryCluster Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of ComputeGpuMemoryCluster in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeGpuMemoryCluster Modifier and Type Method Description ComputeGpuMemoryCluster
ComputeGpuMemoryCluster.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ComputeGpuMemoryCluster Modifier and Type Method Description ComputeGpuMemoryCluster.Builder
ComputeGpuMemoryCluster.Builder. copy(ComputeGpuMemoryCluster model)
-
Uses of ComputeGpuMemoryCluster in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ComputeGpuMemoryCluster Modifier and Type Method Description ComputeGpuMemoryCluster
CreateComputeGpuMemoryClusterResponse. getComputeGpuMemoryCluster()
The returned ComputeGpuMemoryCluster instance.ComputeGpuMemoryCluster
GetComputeGpuMemoryClusterResponse. getComputeGpuMemoryCluster()
The returned ComputeGpuMemoryCluster instance.ComputeGpuMemoryCluster
UpdateComputeGpuMemoryClusterResponse. getComputeGpuMemoryCluster()
The returned ComputeGpuMemoryCluster instance.Methods in com.oracle.bmc.core.responses with parameters of type ComputeGpuMemoryCluster Modifier and Type Method Description CreateComputeGpuMemoryClusterResponse.Builder
CreateComputeGpuMemoryClusterResponse.Builder. computeGpuMemoryCluster(ComputeGpuMemoryCluster computeGpuMemoryCluster)
The returned ComputeGpuMemoryCluster instance.GetComputeGpuMemoryClusterResponse.Builder
GetComputeGpuMemoryClusterResponse.Builder. computeGpuMemoryCluster(ComputeGpuMemoryCluster computeGpuMemoryCluster)
The returned ComputeGpuMemoryCluster instance.UpdateComputeGpuMemoryClusterResponse.Builder
UpdateComputeGpuMemoryClusterResponse.Builder. computeGpuMemoryCluster(ComputeGpuMemoryCluster computeGpuMemoryCluster)
The returned ComputeGpuMemoryCluster instance.
-