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