Uses of Class
com.oracle.bmc.generativeaiagent.responses.DeleteProvisionedCapacityResponse
-
Packages that use DeleteProvisionedCapacityResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of DeleteProvisionedCapacityResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return DeleteProvisionedCapacityResponse Modifier and Type Method Description DeleteProvisionedCapacityResponseGenerativeAiAgent. deleteProvisionedCapacity(DeleteProvisionedCapacityRequest request)Deletes a provisioned capacity.DeleteProvisionedCapacityResponseGenerativeAiAgentClient. deleteProvisionedCapacity(DeleteProvisionedCapacityRequest request)Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type DeleteProvisionedCapacityResponse Modifier and Type Method Description Future<DeleteProvisionedCapacityResponse>GenerativeAiAgentAsync. deleteProvisionedCapacity(DeleteProvisionedCapacityRequest request, AsyncHandler<DeleteProvisionedCapacityRequest,DeleteProvisionedCapacityResponse> handler)Deletes a provisioned capacity.Future<DeleteProvisionedCapacityResponse>GenerativeAiAgentAsyncClient. deleteProvisionedCapacity(DeleteProvisionedCapacityRequest request, AsyncHandler<DeleteProvisionedCapacityRequest,DeleteProvisionedCapacityResponse> handler)Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type DeleteProvisionedCapacityResponse Modifier and Type Method Description Future<DeleteProvisionedCapacityResponse>GenerativeAiAgentAsync. deleteProvisionedCapacity(DeleteProvisionedCapacityRequest request, AsyncHandler<DeleteProvisionedCapacityRequest,DeleteProvisionedCapacityResponse> handler)Deletes a provisioned capacity.Future<DeleteProvisionedCapacityResponse>GenerativeAiAgentAsyncClient. deleteProvisionedCapacity(DeleteProvisionedCapacityRequest request, AsyncHandler<DeleteProvisionedCapacityRequest,DeleteProvisionedCapacityResponse> handler) -
Uses of DeleteProvisionedCapacityResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return DeleteProvisionedCapacityResponse Modifier and Type Method Description DeleteProvisionedCapacityResponseDeleteProvisionedCapacityResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type DeleteProvisionedCapacityResponse Modifier and Type Method Description DeleteProvisionedCapacityResponse.BuilderDeleteProvisionedCapacityResponse.Builder. copy(DeleteProvisionedCapacityResponse o)Copy method to populate the builder with values from the given instance.
-