Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.GetSubscriptionMappingResponse
-
Packages that use GetSubscriptionMappingResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of GetSubscriptionMappingResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return GetSubscriptionMappingResponse Modifier and Type Method Description GetSubscriptionMappingResponse
Subscription. getSubscriptionMapping(GetSubscriptionMappingRequest request)
Get the subscription mapping details by subscription mapping ID.GetSubscriptionMappingResponse
SubscriptionClient. getSubscriptionMapping(GetSubscriptionMappingRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetSubscriptionMappingResponse Modifier and Type Method Description Future<GetSubscriptionMappingResponse>
SubscriptionAsync. getSubscriptionMapping(GetSubscriptionMappingRequest request, AsyncHandler<GetSubscriptionMappingRequest,GetSubscriptionMappingResponse> handler)
Get the subscription mapping details by subscription mapping ID.Future<GetSubscriptionMappingResponse>
SubscriptionAsyncClient. getSubscriptionMapping(GetSubscriptionMappingRequest request, AsyncHandler<GetSubscriptionMappingRequest,GetSubscriptionMappingResponse> handler)
-
Uses of GetSubscriptionMappingResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return GetSubscriptionMappingResponse Modifier and Type Method Description GetSubscriptionMappingResponse
GetSubscriptionMappingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type GetSubscriptionMappingResponse Modifier and Type Method Description GetSubscriptionMappingResponse.Builder
GetSubscriptionMappingResponse.Builder. copy(GetSubscriptionMappingResponse o)
Copy method to populate the builder with values from the given instance.
-