Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.CreateChildTenancyResponse
-
Packages that use CreateChildTenancyResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of CreateChildTenancyResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return CreateChildTenancyResponse Modifier and Type Method Description CreateChildTenancyResponse
Organization. createChildTenancy(CreateChildTenancyRequest request)
Creates a child tenancy asynchronously.CreateChildTenancyResponse
OrganizationClient. createChildTenancy(CreateChildTenancyRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type CreateChildTenancyResponse 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)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateChildTenancyResponse 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 CreateChildTenancyResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return CreateChildTenancyResponse Modifier and Type Method Description CreateChildTenancyResponse
CreateChildTenancyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type CreateChildTenancyResponse Modifier and Type Method Description CreateChildTenancyResponse.Builder
CreateChildTenancyResponse.Builder. copy(CreateChildTenancyResponse o)
Copy method to populate the builder with values from the given instance.
-