Uses of Class
com.oracle.bmc.core.responses.GetImageShapeCompatibilityEntryResponse
-
Packages that use GetImageShapeCompatibilityEntryResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetImageShapeCompatibilityEntryResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetImageShapeCompatibilityEntryResponse Modifier and Type Method Description GetImageShapeCompatibilityEntryResponse
Compute. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request)
Retrieves an image shape compatibility entry.GetImageShapeCompatibilityEntryResponse
ComputeClient. getImageShapeCompatibilityEntry(GetImageShapeCompatibilityEntryRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetImageShapeCompatibilityEntryResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type GetImageShapeCompatibilityEntryResponse 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 GetImageShapeCompatibilityEntryResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetImageShapeCompatibilityEntryResponse Modifier and Type Method Description GetImageShapeCompatibilityEntryResponse
GetImageShapeCompatibilityEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetImageShapeCompatibilityEntryResponse Modifier and Type Method Description GetImageShapeCompatibilityEntryResponse.Builder
GetImageShapeCompatibilityEntryResponse.Builder. copy(GetImageShapeCompatibilityEntryResponse o)
Copy method to populate the builder with values from the given instance.
-