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