Uses of Class
com.oracle.bmc.ocvp.requests.CreateSddcRequest
-
Packages that use CreateSddcRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of CreateSddcRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type CreateSddcRequest Modifier and Type Method Description CreateSddcResponse
Sddc. createSddc(CreateSddcRequest request)
Creates an Oracle Cloud VMware Solution software-defined data center (SDDC).Future<CreateSddcResponse>
SddcAsync. createSddc(CreateSddcRequest request, AsyncHandler<CreateSddcRequest,CreateSddcResponse> handler)
Creates an Oracle Cloud VMware Solution software-defined data center (SDDC).Future<CreateSddcResponse>
SddcAsyncClient. createSddc(CreateSddcRequest request, AsyncHandler<CreateSddcRequest,CreateSddcResponse> handler)
CreateSddcResponse
SddcClient. createSddc(CreateSddcRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateSddcRequest Modifier and Type Method Description Future<CreateSddcResponse>
SddcAsync. createSddc(CreateSddcRequest request, AsyncHandler<CreateSddcRequest,CreateSddcResponse> handler)
Creates an Oracle Cloud VMware Solution software-defined data center (SDDC).Future<CreateSddcResponse>
SddcAsyncClient. createSddc(CreateSddcRequest request, AsyncHandler<CreateSddcRequest,CreateSddcResponse> handler)
-
Uses of CreateSddcRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return CreateSddcRequest Modifier and Type Method Description CreateSddcRequest
CreateSddcRequest.Builder. build()
Build the instance of CreateSddcRequest as configured by this builderCreateSddcRequest
CreateSddcRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSddcRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type CreateSddcRequest Modifier and Type Method Description CreateSddcRequest.Builder
CreateSddcRequest.Builder. copy(CreateSddcRequest o)
Copy method to populate the builder with values from the given instance.
-