Uses of Class
com.oracle.bmc.apigateway.requests.DeleteApiRequest
-
Packages that use DeleteApiRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of DeleteApiRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type DeleteApiRequest Modifier and Type Method Description DeleteApiResponse
ApiGateway. deleteApi(DeleteApiRequest request)
Deletes the API with the given identifier.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)
DeleteApiResponse
ApiGatewayClient. deleteApi(DeleteApiRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteApiRequest 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 DeleteApiRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return DeleteApiRequest Modifier and Type Method Description DeleteApiRequest
DeleteApiRequest.Builder. build()
Build the instance of DeleteApiRequest as configured by this builderDeleteApiRequest
DeleteApiRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteApiRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type DeleteApiRequest Modifier and Type Method Description DeleteApiRequest.Builder
DeleteApiRequest.Builder. copy(DeleteApiRequest o)
Copy method to populate the builder with values from the given instance.
-