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