Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.CreateChildTenancyRequest
-
Packages that use CreateChildTenancyRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of CreateChildTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type CreateChildTenancyRequest Modifier and Type Method Description CreateChildTenancyResponse
Organization. createChildTenancy(CreateChildTenancyRequest request)
Creates a child tenancy asynchronously.Future<CreateChildTenancyResponse>
OrganizationAsync. createChildTenancy(CreateChildTenancyRequest request, AsyncHandler<CreateChildTenancyRequest,CreateChildTenancyResponse> handler)
Creates a child tenancy asynchronously.Future<CreateChildTenancyResponse>
OrganizationAsyncClient. createChildTenancy(CreateChildTenancyRequest request, AsyncHandler<CreateChildTenancyRequest,CreateChildTenancyResponse> handler)
CreateChildTenancyResponse
OrganizationClient. createChildTenancy(CreateChildTenancyRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateChildTenancyRequest Modifier and Type Method Description Future<CreateChildTenancyResponse>
OrganizationAsync. createChildTenancy(CreateChildTenancyRequest request, AsyncHandler<CreateChildTenancyRequest,CreateChildTenancyResponse> handler)
Creates a child tenancy asynchronously.Future<CreateChildTenancyResponse>
OrganizationAsyncClient. createChildTenancy(CreateChildTenancyRequest request, AsyncHandler<CreateChildTenancyRequest,CreateChildTenancyResponse> handler)
-
Uses of CreateChildTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CreateChildTenancyRequest Modifier and Type Method Description CreateChildTenancyRequest
CreateChildTenancyRequest.Builder. build()
Build the instance of CreateChildTenancyRequest as configured by this builderCreateChildTenancyRequest
CreateChildTenancyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateChildTenancyRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type CreateChildTenancyRequest Modifier and Type Method Description CreateChildTenancyRequest.Builder
CreateChildTenancyRequest.Builder. copy(CreateChildTenancyRequest o)
Copy method to populate the builder with values from the given instance.
-