Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
DeleteApiResponse |
ApiGateway.deleteApi(DeleteApiRequest request)
Deletes the API with the given identifier.
|
DeleteApiResponse |
ApiGatewayClient.deleteApi(DeleteApiRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DeleteApiRequest |
DeleteApiRequest.Builder.build()
Build the instance of DeleteApiRequest as configured by this builder
|
DeleteApiRequest |
DeleteApiRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteApiRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteApiRequest.Builder |
DeleteApiRequest.Builder.copy(DeleteApiRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.