Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.CreateSubscriptionMappingRequest
- 
Packages that use CreateSubscriptionMappingRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests 
- 
- 
Uses of CreateSubscriptionMappingRequest in com.oracle.bmc.tenantmanagercontrolplaneMethod parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateSubscriptionMappingRequest 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 CreateSubscriptionMappingRequest in com.oracle.bmc.tenantmanagercontrolplane.requestsMethods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CreateSubscriptionMappingRequest Modifier and Type Method Description CreateSubscriptionMappingRequestCreateSubscriptionMappingRequest.Builder. build()Build the instance of CreateSubscriptionMappingRequest as configured by this builderCreateSubscriptionMappingRequestCreateSubscriptionMappingRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateSubscriptionMappingRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type CreateSubscriptionMappingRequest Modifier and Type Method Description CreateSubscriptionMappingRequest.BuilderCreateSubscriptionMappingRequest.Builder. copy(CreateSubscriptionMappingRequest o)Copy method to populate the builder with values from the given instance.
 
-