Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
CreateApiResponse |
ApiGateway.createApi(CreateApiRequest request)
Creates a new API.
|
CreateApiResponse |
ApiGatewayClient.createApi(CreateApiRequest request) |
Future<CreateApiResponse> |
ApiGatewayAsync.createApi(CreateApiRequest request,
AsyncHandler<CreateApiRequest,CreateApiResponse> handler)
Creates a new API.
|
Future<CreateApiResponse> |
ApiGatewayAsyncClient.createApi(CreateApiRequest request,
AsyncHandler<CreateApiRequest,CreateApiResponse> handler) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateApiRequest |
CreateApiRequest.Builder.build()
Build the instance of CreateApiRequest as configured by this builder
|
CreateApiRequest |
CreateApiRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateApiRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateApiRequest.Builder |
CreateApiRequest.Builder.copy(CreateApiRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.