Uses of Class
com.oracle.bmc.apigateway.requests.CreateApiRequest
-
Packages that use CreateApiRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of CreateApiRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type CreateApiRequest Modifier and Type Method Description CreateApiResponse
ApiGateway. createApi(CreateApiRequest request)
Creates a new API.Future<CreateApiResponse>
ApiGatewayAsync. createApi(CreateApiRequest request, AsyncHandler<CreateApiRequest,CreateApiResponse> handler)
Creates a new API.Future<CreateApiResponse>
ApiGatewayAsyncClient. createApi(CreateApiRequest request, AsyncHandler<CreateApiRequest,CreateApiResponse> handler)
CreateApiResponse
ApiGatewayClient. createApi(CreateApiRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateApiRequest 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 CreateApiRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return CreateApiRequest Modifier and Type Method Description CreateApiRequest
CreateApiRequest.Builder. build()
Build the instance of CreateApiRequest as configured by this builderCreateApiRequest
CreateApiRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateApiRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type CreateApiRequest Modifier and Type Method Description CreateApiRequest.Builder
CreateApiRequest.Builder. copy(CreateApiRequest o)
Copy method to populate the builder with values from the given instance.
-