Uses of Class
com.oracle.bmc.core.responses.UpdateComputeImageCapabilitySchemaResponse
-
Packages that use UpdateComputeImageCapabilitySchemaResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateComputeImageCapabilitySchemaResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateComputeImageCapabilitySchemaResponse Modifier and Type Method Description UpdateComputeImageCapabilitySchemaResponse
Compute. updateComputeImageCapabilitySchema(UpdateComputeImageCapabilitySchemaRequest request)
Updates the specified Compute Image Capability SchemaUpdateComputeImageCapabilitySchemaResponse
ComputeClient. updateComputeImageCapabilitySchema(UpdateComputeImageCapabilitySchemaRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateComputeImageCapabilitySchemaResponse Modifier and Type Method Description Future<UpdateComputeImageCapabilitySchemaResponse>
ComputeAsync. updateComputeImageCapabilitySchema(UpdateComputeImageCapabilitySchemaRequest request, AsyncHandler<UpdateComputeImageCapabilitySchemaRequest,UpdateComputeImageCapabilitySchemaResponse> handler)
Updates the specified Compute Image Capability SchemaFuture<UpdateComputeImageCapabilitySchemaResponse>
ComputeAsyncClient. updateComputeImageCapabilitySchema(UpdateComputeImageCapabilitySchemaRequest request, AsyncHandler<UpdateComputeImageCapabilitySchemaRequest,UpdateComputeImageCapabilitySchemaResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateComputeImageCapabilitySchemaResponse Modifier and Type Method Description Future<UpdateComputeImageCapabilitySchemaResponse>
ComputeAsync. updateComputeImageCapabilitySchema(UpdateComputeImageCapabilitySchemaRequest request, AsyncHandler<UpdateComputeImageCapabilitySchemaRequest,UpdateComputeImageCapabilitySchemaResponse> handler)
Updates the specified Compute Image Capability SchemaFuture<UpdateComputeImageCapabilitySchemaResponse>
ComputeAsyncClient. updateComputeImageCapabilitySchema(UpdateComputeImageCapabilitySchemaRequest request, AsyncHandler<UpdateComputeImageCapabilitySchemaRequest,UpdateComputeImageCapabilitySchemaResponse> handler)
-
Uses of UpdateComputeImageCapabilitySchemaResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateComputeImageCapabilitySchemaResponse Modifier and Type Method Description UpdateComputeImageCapabilitySchemaResponse
UpdateComputeImageCapabilitySchemaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateComputeImageCapabilitySchemaResponse Modifier and Type Method Description UpdateComputeImageCapabilitySchemaResponse.Builder
UpdateComputeImageCapabilitySchemaResponse.Builder. copy(UpdateComputeImageCapabilitySchemaResponse o)
Copy method to populate the builder with values from the given instance.
-