Uses of Class
com.oracle.bmc.onesubscription.responses.GetSubscribedServiceResponse
-
Packages that use GetSubscribedServiceResponse Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.responses -
-
Uses of GetSubscribedServiceResponse in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription that return GetSubscribedServiceResponse Modifier and Type Method Description GetSubscribedServiceResponse
SubscribedService. getSubscribedService(GetSubscribedServiceRequest request)
This API returns the subscribed service details corresponding to the id providedGetSubscribedServiceResponse
SubscribedServiceClient. getSubscribedService(GetSubscribedServiceRequest request)
Methods in com.oracle.bmc.onesubscription that return types with arguments of type GetSubscribedServiceResponse Modifier and Type Method Description Future<GetSubscribedServiceResponse>
SubscribedServiceAsync. getSubscribedService(GetSubscribedServiceRequest request, AsyncHandler<GetSubscribedServiceRequest,GetSubscribedServiceResponse> handler)
This API returns the subscribed service details corresponding to the id providedFuture<GetSubscribedServiceResponse>
SubscribedServiceAsyncClient. getSubscribedService(GetSubscribedServiceRequest request, AsyncHandler<GetSubscribedServiceRequest,GetSubscribedServiceResponse> handler)
Method parameters in com.oracle.bmc.onesubscription with type arguments of type GetSubscribedServiceResponse Modifier and Type Method Description Future<GetSubscribedServiceResponse>
SubscribedServiceAsync. getSubscribedService(GetSubscribedServiceRequest request, AsyncHandler<GetSubscribedServiceRequest,GetSubscribedServiceResponse> handler)
This API returns the subscribed service details corresponding to the id providedFuture<GetSubscribedServiceResponse>
SubscribedServiceAsyncClient. getSubscribedService(GetSubscribedServiceRequest request, AsyncHandler<GetSubscribedServiceRequest,GetSubscribedServiceResponse> handler)
-
Uses of GetSubscribedServiceResponse in com.oracle.bmc.onesubscription.responses
Methods in com.oracle.bmc.onesubscription.responses that return GetSubscribedServiceResponse Modifier and Type Method Description GetSubscribedServiceResponse
GetSubscribedServiceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.onesubscription.responses with parameters of type GetSubscribedServiceResponse Modifier and Type Method Description GetSubscribedServiceResponse.Builder
GetSubscribedServiceResponse.Builder. copy(GetSubscribedServiceResponse o)
Copy method to populate the builder with values from the given instance.
-