Uses of Class
com.oracle.bmc.self.responses.ResolveSubscriptionResponse
-
Packages that use ResolveSubscriptionResponse Package Description com.oracle.bmc.self com.oracle.bmc.self.responses -
-
Uses of ResolveSubscriptionResponse in com.oracle.bmc.self
Methods in com.oracle.bmc.self that return ResolveSubscriptionResponse Modifier and Type Method Description ResolveSubscriptionResponsePartnerIntegeration. resolveSubscription(ResolveSubscriptionRequest request)This API returns the subscription details by resolving JWT token to corresponding subscription and move its state to Pending Activation state.ResolveSubscriptionResponsePartnerIntegerationClient. resolveSubscription(ResolveSubscriptionRequest request)Methods in com.oracle.bmc.self that return types with arguments of type ResolveSubscriptionResponse Modifier and Type Method Description Future<ResolveSubscriptionResponse>PartnerIntegerationAsync. resolveSubscription(ResolveSubscriptionRequest request, AsyncHandler<ResolveSubscriptionRequest,ResolveSubscriptionResponse> handler)This API returns the subscription details by resolving JWT token to corresponding subscription and move its state to Pending Activation state.Future<ResolveSubscriptionResponse>PartnerIntegerationAsyncClient. resolveSubscription(ResolveSubscriptionRequest request, AsyncHandler<ResolveSubscriptionRequest,ResolveSubscriptionResponse> handler)Method parameters in com.oracle.bmc.self with type arguments of type ResolveSubscriptionResponse Modifier and Type Method Description Future<ResolveSubscriptionResponse>PartnerIntegerationAsync. resolveSubscription(ResolveSubscriptionRequest request, AsyncHandler<ResolveSubscriptionRequest,ResolveSubscriptionResponse> handler)This API returns the subscription details by resolving JWT token to corresponding subscription and move its state to Pending Activation state.Future<ResolveSubscriptionResponse>PartnerIntegerationAsyncClient. resolveSubscription(ResolveSubscriptionRequest request, AsyncHandler<ResolveSubscriptionRequest,ResolveSubscriptionResponse> handler) -
Uses of ResolveSubscriptionResponse in com.oracle.bmc.self.responses
Methods in com.oracle.bmc.self.responses that return ResolveSubscriptionResponse Modifier and Type Method Description ResolveSubscriptionResponseResolveSubscriptionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.self.responses with parameters of type ResolveSubscriptionResponse Modifier and Type Method Description ResolveSubscriptionResponse.BuilderResolveSubscriptionResponse.Builder. copy(ResolveSubscriptionResponse o)Copy method to populate the builder with values from the given instance.
-