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