Uses of Class
com.oracle.bmc.core.responses.RemoveImageShapeCompatibilityEntryResponse
-
Packages that use RemoveImageShapeCompatibilityEntryResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of RemoveImageShapeCompatibilityEntryResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return RemoveImageShapeCompatibilityEntryResponse Modifier and Type Method Description RemoveImageShapeCompatibilityEntryResponse
Compute. removeImageShapeCompatibilityEntry(RemoveImageShapeCompatibilityEntryRequest request)
Removes a shape from the compatible shapes list for the image.RemoveImageShapeCompatibilityEntryResponse
ComputeClient. removeImageShapeCompatibilityEntry(RemoveImageShapeCompatibilityEntryRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type RemoveImageShapeCompatibilityEntryResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type RemoveImageShapeCompatibilityEntryResponse 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 RemoveImageShapeCompatibilityEntryResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return RemoveImageShapeCompatibilityEntryResponse Modifier and Type Method Description RemoveImageShapeCompatibilityEntryResponse
RemoveImageShapeCompatibilityEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type RemoveImageShapeCompatibilityEntryResponse Modifier and Type Method Description RemoveImageShapeCompatibilityEntryResponse.Builder
RemoveImageShapeCompatibilityEntryResponse.Builder. copy(RemoveImageShapeCompatibilityEntryResponse o)
Copy method to populate the builder with values from the given instance.
-