Uses of Class
com.oracle.bmc.functions.requests.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests -
-
Uses of CreateApplicationRequest in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions with parameters of type CreateApplicationRequest Modifier and Type Method Description CreateApplicationResponse
FunctionsManagement. createApplication(CreateApplicationRequest request)
Creates a new application.Future<CreateApplicationResponse>
FunctionsManagementAsync. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Creates a new application.Future<CreateApplicationResponse>
FunctionsManagementAsyncClient. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
CreateApplicationResponse
FunctionsManagementClient. createApplication(CreateApplicationRequest request)
Method parameters in com.oracle.bmc.functions with type arguments of type CreateApplicationRequest Modifier and Type Method Description Future<CreateApplicationResponse>
FunctionsManagementAsync. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Creates a new application.Future<CreateApplicationResponse>
FunctionsManagementAsyncClient. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
-
Uses of CreateApplicationRequest in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return CreateApplicationRequest Modifier and Type Method Description CreateApplicationRequest
CreateApplicationRequest.Builder. build()
Build the instance of CreateApplicationRequest as configured by this builderCreateApplicationRequest
CreateApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateApplicationRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type CreateApplicationRequest Modifier and Type Method Description CreateApplicationRequest.Builder
CreateApplicationRequest.Builder. copy(CreateApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-