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.tenantmanagercontrolplane
Method 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.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CreateSubscriptionMappingRequest Modifier and Type Method Description CreateSubscriptionMappingRequest
CreateSubscriptionMappingRequest.Builder. build()
Build the instance of CreateSubscriptionMappingRequest as configured by this builderCreateSubscriptionMappingRequest
CreateSubscriptionMappingRequest.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.Builder
CreateSubscriptionMappingRequest.Builder. copy(CreateSubscriptionMappingRequest o)
Copy method to populate the builder with values from the given instance.
-