Uses of Class
com.oracle.bmc.apigateway.responses.DeleteApiResponse
-
Packages that use DeleteApiResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of DeleteApiResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return DeleteApiResponse Modifier and Type Method Description DeleteApiResponse
ApiGateway. deleteApi(DeleteApiRequest request)
Deletes the API with the given identifier.DeleteApiResponse
ApiGatewayClient. deleteApi(DeleteApiRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type DeleteApiResponse Modifier and Type Method Description Future<DeleteApiResponse>
ApiGatewayAsync. deleteApi(DeleteApiRequest request, AsyncHandler<DeleteApiRequest,DeleteApiResponse> handler)
Deletes the API with the given identifier.Future<DeleteApiResponse>
ApiGatewayAsyncClient. deleteApi(DeleteApiRequest request, AsyncHandler<DeleteApiRequest,DeleteApiResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteApiResponse Modifier and Type Method Description Future<DeleteApiResponse>
ApiGatewayAsync. deleteApi(DeleteApiRequest request, AsyncHandler<DeleteApiRequest,DeleteApiResponse> handler)
Deletes the API with the given identifier.Future<DeleteApiResponse>
ApiGatewayAsyncClient. deleteApi(DeleteApiRequest request, AsyncHandler<DeleteApiRequest,DeleteApiResponse> handler)
-
Uses of DeleteApiResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return DeleteApiResponse Modifier and Type Method Description DeleteApiResponse
DeleteApiResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type DeleteApiResponse Modifier and Type Method Description DeleteApiResponse.Builder
DeleteApiResponse.Builder. copy(DeleteApiResponse o)
Copy method to populate the builder with values from the given instance.
-