Uses of Class
com.oracle.bmc.core.responses.ListComputeGlobalImageCapabilitySchemaVersionsResponse
-
Packages that use ListComputeGlobalImageCapabilitySchemaVersionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListComputeGlobalImageCapabilitySchemaVersionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListComputeGlobalImageCapabilitySchemaVersionsResponse Modifier and Type Method Description ListComputeGlobalImageCapabilitySchemaVersionsResponse
Compute. listComputeGlobalImageCapabilitySchemaVersions(ListComputeGlobalImageCapabilitySchemaVersionsRequest request)
Lists Compute Global Image Capability Schema versions in the specified compartment.ListComputeGlobalImageCapabilitySchemaVersionsResponse
ComputeClient. listComputeGlobalImageCapabilitySchemaVersions(ListComputeGlobalImageCapabilitySchemaVersionsRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type ListComputeGlobalImageCapabilitySchemaVersionsResponse Modifier and Type Method Description Future<ListComputeGlobalImageCapabilitySchemaVersionsResponse>
ComputeAsync. listComputeGlobalImageCapabilitySchemaVersions(ListComputeGlobalImageCapabilitySchemaVersionsRequest request, AsyncHandler<ListComputeGlobalImageCapabilitySchemaVersionsRequest,ListComputeGlobalImageCapabilitySchemaVersionsResponse> handler)
Lists Compute Global Image Capability Schema versions in the specified compartment.Future<ListComputeGlobalImageCapabilitySchemaVersionsResponse>
ComputeAsyncClient. listComputeGlobalImageCapabilitySchemaVersions(ListComputeGlobalImageCapabilitySchemaVersionsRequest request, AsyncHandler<ListComputeGlobalImageCapabilitySchemaVersionsRequest,ListComputeGlobalImageCapabilitySchemaVersionsResponse> handler)
-
Uses of ListComputeGlobalImageCapabilitySchemaVersionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListComputeGlobalImageCapabilitySchemaVersionsResponse Modifier and Type Method Description ListComputeGlobalImageCapabilitySchemaVersionsResponse
ListComputeGlobalImageCapabilitySchemaVersionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListComputeGlobalImageCapabilitySchemaVersionsResponse Modifier and Type Method Description ListComputeGlobalImageCapabilitySchemaVersionsResponse.Builder
ListComputeGlobalImageCapabilitySchemaVersionsResponse.Builder. copy(ListComputeGlobalImageCapabilitySchemaVersionsResponse o)
Copy method to populate the builder with values from the given instance.
-