Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.CreateSubscriptionMappingResponse
-
Packages that use CreateSubscriptionMappingResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of CreateSubscriptionMappingResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return CreateSubscriptionMappingResponse Modifier and Type Method Description CreateSubscriptionMappingResponse
Subscription. createSubscriptionMapping(CreateSubscriptionMappingRequest request)
Assign the tenancy record identified by the compartment ID to the given subscription ID.CreateSubscriptionMappingResponse
SubscriptionClient. createSubscriptionMapping(CreateSubscriptionMappingRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type CreateSubscriptionMappingResponse Modifier and Type Method Description Future<CreateSubscriptionMappingResponse>
SubscriptionAsync. createSubscriptionMapping(CreateSubscriptionMappingRequest request, AsyncHandler<CreateSubscriptionMappingRequest,CreateSubscriptionMappingResponse> handler)
Assign the tenancy record identified by the compartment ID to the given subscription ID.Future<CreateSubscriptionMappingResponse>
SubscriptionAsyncClient. createSubscriptionMapping(CreateSubscriptionMappingRequest request, AsyncHandler<CreateSubscriptionMappingRequest,CreateSubscriptionMappingResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateSubscriptionMappingResponse Modifier and Type Method Description Future<CreateSubscriptionMappingResponse>
SubscriptionAsync. createSubscriptionMapping(CreateSubscriptionMappingRequest request, AsyncHandler<CreateSubscriptionMappingRequest,CreateSubscriptionMappingResponse> handler)
Assign the tenancy record identified by the compartment ID to the given subscription ID.Future<CreateSubscriptionMappingResponse>
SubscriptionAsyncClient. createSubscriptionMapping(CreateSubscriptionMappingRequest request, AsyncHandler<CreateSubscriptionMappingRequest,CreateSubscriptionMappingResponse> handler)
-
Uses of CreateSubscriptionMappingResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return CreateSubscriptionMappingResponse Modifier and Type Method Description CreateSubscriptionMappingResponse
CreateSubscriptionMappingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type CreateSubscriptionMappingResponse Modifier and Type Method Description CreateSubscriptionMappingResponse.Builder
CreateSubscriptionMappingResponse.Builder. copy(CreateSubscriptionMappingResponse o)
Copy method to populate the builder with values from the given instance.
-