Uses of Class
com.oracle.bmc.core.responses.CreateComputeImageCapabilitySchemaResponse
-
Packages that use CreateComputeImageCapabilitySchemaResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateComputeImageCapabilitySchemaResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateComputeImageCapabilitySchemaResponse Modifier and Type Method Description CreateComputeImageCapabilitySchemaResponse
Compute. createComputeImageCapabilitySchema(CreateComputeImageCapabilitySchemaRequest request)
Creates compute image capability schema.CreateComputeImageCapabilitySchemaResponse
ComputeClient. createComputeImageCapabilitySchema(CreateComputeImageCapabilitySchemaRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateComputeImageCapabilitySchemaResponse Modifier and Type Method Description Future<CreateComputeImageCapabilitySchemaResponse>
ComputeAsync. createComputeImageCapabilitySchema(CreateComputeImageCapabilitySchemaRequest request, AsyncHandler<CreateComputeImageCapabilitySchemaRequest,CreateComputeImageCapabilitySchemaResponse> handler)
Creates compute image capability schema.Future<CreateComputeImageCapabilitySchemaResponse>
ComputeAsyncClient. createComputeImageCapabilitySchema(CreateComputeImageCapabilitySchemaRequest request, AsyncHandler<CreateComputeImageCapabilitySchemaRequest,CreateComputeImageCapabilitySchemaResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type CreateComputeImageCapabilitySchemaResponse Modifier and Type Method Description Future<CreateComputeImageCapabilitySchemaResponse>
ComputeAsync. createComputeImageCapabilitySchema(CreateComputeImageCapabilitySchemaRequest request, AsyncHandler<CreateComputeImageCapabilitySchemaRequest,CreateComputeImageCapabilitySchemaResponse> handler)
Creates compute image capability schema.Future<CreateComputeImageCapabilitySchemaResponse>
ComputeAsyncClient. createComputeImageCapabilitySchema(CreateComputeImageCapabilitySchemaRequest request, AsyncHandler<CreateComputeImageCapabilitySchemaRequest,CreateComputeImageCapabilitySchemaResponse> handler)
-
Uses of CreateComputeImageCapabilitySchemaResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateComputeImageCapabilitySchemaResponse Modifier and Type Method Description CreateComputeImageCapabilitySchemaResponse
CreateComputeImageCapabilitySchemaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateComputeImageCapabilitySchemaResponse Modifier and Type Method Description CreateComputeImageCapabilitySchemaResponse.Builder
CreateComputeImageCapabilitySchemaResponse.Builder. copy(CreateComputeImageCapabilitySchemaResponse o)
Copy method to populate the builder with values from the given instance.
-