Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListEntitlementsResponse
-
Packages that use ListEntitlementsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListEntitlementsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListEntitlementsResponse Modifier and Type Method Description ListEntitlementsResponseSoftwareSource. listEntitlements(ListEntitlementsRequest request)Lists entitlements in the specified tenancy OCID.ListEntitlementsResponseSoftwareSourceClient. listEntitlements(ListEntitlementsRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListEntitlementsResponse Modifier and Type Method Description Future<ListEntitlementsResponse>SoftwareSourceAsync. listEntitlements(ListEntitlementsRequest request, AsyncHandler<ListEntitlementsRequest,ListEntitlementsResponse> handler)Lists entitlements in the specified tenancy OCID.Future<ListEntitlementsResponse>SoftwareSourceAsyncClient. listEntitlements(ListEntitlementsRequest request, AsyncHandler<ListEntitlementsRequest,ListEntitlementsResponse> handler)Iterable<ListEntitlementsResponse>SoftwareSourcePaginators. listEntitlementsResponseIterator(ListEntitlementsRequest request)Creates a new iterable which will iterate over the responses received from the listEntitlements operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListEntitlementsResponse Modifier and Type Method Description Future<ListEntitlementsResponse>SoftwareSourceAsync. listEntitlements(ListEntitlementsRequest request, AsyncHandler<ListEntitlementsRequest,ListEntitlementsResponse> handler)Lists entitlements in the specified tenancy OCID.Future<ListEntitlementsResponse>SoftwareSourceAsyncClient. listEntitlements(ListEntitlementsRequest request, AsyncHandler<ListEntitlementsRequest,ListEntitlementsResponse> handler) -
Uses of ListEntitlementsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListEntitlementsResponse Modifier and Type Method Description ListEntitlementsResponseListEntitlementsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListEntitlementsResponse Modifier and Type Method Description ListEntitlementsResponse.BuilderListEntitlementsResponse.Builder. copy(ListEntitlementsResponse o)Copy method to populate the builder with values from the given instance.
-