Uses of Class
com.oracle.bmc.core.requests.CreateComputeImageCapabilitySchemaRequest
-
Packages that use CreateComputeImageCapabilitySchemaRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateComputeImageCapabilitySchemaRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type CreateComputeImageCapabilitySchemaRequest 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 CreateComputeImageCapabilitySchemaRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateComputeImageCapabilitySchemaRequest Modifier and Type Method Description CreateComputeImageCapabilitySchemaRequestCreateComputeImageCapabilitySchemaRequest.Builder. build()Build the instance of CreateComputeImageCapabilitySchemaRequest as configured by this builderCreateComputeImageCapabilitySchemaRequestCreateComputeImageCapabilitySchemaRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateComputeImageCapabilitySchemaRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateComputeImageCapabilitySchemaRequest Modifier and Type Method Description CreateComputeImageCapabilitySchemaRequest.BuilderCreateComputeImageCapabilitySchemaRequest.Builder. copy(CreateComputeImageCapabilitySchemaRequest o)Copy method to populate the builder with values from the given instance.
-