Uses of Class
com.oracle.bmc.core.requests.RemoveImageShapeCompatibilityEntryRequest
-
Packages that use RemoveImageShapeCompatibilityEntryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of RemoveImageShapeCompatibilityEntryRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type RemoveImageShapeCompatibilityEntryRequest Modifier and Type Method Description Future<RemoveImageShapeCompatibilityEntryResponse>
ComputeAsync. removeImageShapeCompatibilityEntry(RemoveImageShapeCompatibilityEntryRequest request, AsyncHandler<RemoveImageShapeCompatibilityEntryRequest,RemoveImageShapeCompatibilityEntryResponse> handler)
Removes a shape from the compatible shapes list for the image.Future<RemoveImageShapeCompatibilityEntryResponse>
ComputeAsyncClient. removeImageShapeCompatibilityEntry(RemoveImageShapeCompatibilityEntryRequest request, AsyncHandler<RemoveImageShapeCompatibilityEntryRequest,RemoveImageShapeCompatibilityEntryResponse> handler)
-
Uses of RemoveImageShapeCompatibilityEntryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return RemoveImageShapeCompatibilityEntryRequest Modifier and Type Method Description RemoveImageShapeCompatibilityEntryRequest
RemoveImageShapeCompatibilityEntryRequest.Builder. build()
Build the instance of RemoveImageShapeCompatibilityEntryRequest as configured by this builderRemoveImageShapeCompatibilityEntryRequest
RemoveImageShapeCompatibilityEntryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveImageShapeCompatibilityEntryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type RemoveImageShapeCompatibilityEntryRequest Modifier and Type Method Description RemoveImageShapeCompatibilityEntryRequest.Builder
RemoveImageShapeCompatibilityEntryRequest.Builder. copy(RemoveImageShapeCompatibilityEntryRequest o)
Copy method to populate the builder with values from the given instance.
-