Uses of Class
com.oracle.bmc.core.requests.GetImageShapeCompatibilityEntryRequest
-
Packages that use GetImageShapeCompatibilityEntryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetImageShapeCompatibilityEntryRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetImageShapeCompatibilityEntryRequest Modifier and Type Method Description GetImageShapeCompatibilityEntryResponse
Compute. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request)
Retrieves an image shape compatibility entry.Future<GetImageShapeCompatibilityEntryResponse>
ComputeAsync. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request, AsyncHandler<GetImageShapeCompatibilityEntryRequest,GetImageShapeCompatibilityEntryResponse> handler)
Retrieves an image shape compatibility entry.Future<GetImageShapeCompatibilityEntryResponse>
ComputeAsyncClient. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request, AsyncHandler<GetImageShapeCompatibilityEntryRequest,GetImageShapeCompatibilityEntryResponse> handler)
GetImageShapeCompatibilityEntryResponse
ComputeClient. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetImageShapeCompatibilityEntryRequest Modifier and Type Method Description Future<GetImageShapeCompatibilityEntryResponse>
ComputeAsync. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request, AsyncHandler<GetImageShapeCompatibilityEntryRequest,GetImageShapeCompatibilityEntryResponse> handler)
Retrieves an image shape compatibility entry.Future<GetImageShapeCompatibilityEntryResponse>
ComputeAsyncClient. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request, AsyncHandler<GetImageShapeCompatibilityEntryRequest,GetImageShapeCompatibilityEntryResponse> handler)
-
Uses of GetImageShapeCompatibilityEntryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetImageShapeCompatibilityEntryRequest Modifier and Type Method Description GetImageShapeCompatibilityEntryRequest
GetImageShapeCompatibilityEntryRequest.Builder. build()
Build the instance of GetImageShapeCompatibilityEntryRequest as configured by this builderGetImageShapeCompatibilityEntryRequest
GetImageShapeCompatibilityEntryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetImageShapeCompatibilityEntryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetImageShapeCompatibilityEntryRequest Modifier and Type Method Description GetImageShapeCompatibilityEntryRequest.Builder
GetImageShapeCompatibilityEntryRequest.Builder. copy(GetImageShapeCompatibilityEntryRequest o)
Copy method to populate the builder with values from the given instance.
-