Package | Description |
---|---|
com.oracle.bmc.licensemanager | |
com.oracle.bmc.licensemanager.requests |
Modifier and Type | Method and Description |
---|---|
ListLicenseRecordsResponse |
LicenseManagerClient.listLicenseRecords(ListLicenseRecordsRequest request) |
ListLicenseRecordsResponse |
LicenseManager.listLicenseRecords(ListLicenseRecordsRequest request)
Retrieves all license records for a given product license ID.
|
Future<ListLicenseRecordsResponse> |
LicenseManagerAsyncClient.listLicenseRecords(ListLicenseRecordsRequest request,
AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler) |
Future<ListLicenseRecordsResponse> |
LicenseManagerAsync.listLicenseRecords(ListLicenseRecordsRequest request,
AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler)
Retrieves all license records for a given product license ID.
|
Iterable<LicenseRecordSummary> |
LicenseManagerPaginators.listLicenseRecordsRecordIterator(ListLicenseRecordsRequest request)
Creates a new iterable which will iterate over the
LicenseRecordSummary objects contained in responses from
the listLicenseRecords operation. |
Iterable<ListLicenseRecordsResponse> |
LicenseManagerPaginators.listLicenseRecordsResponseIterator(ListLicenseRecordsRequest request)
Creates a new iterable which will iterate over the responses received from the
listLicenseRecords operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLicenseRecordsResponse> |
LicenseManagerAsyncClient.listLicenseRecords(ListLicenseRecordsRequest request,
AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler) |
Future<ListLicenseRecordsResponse> |
LicenseManagerAsync.listLicenseRecords(ListLicenseRecordsRequest request,
AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler)
Retrieves all license records for a given product license ID.
|
Modifier and Type | Method and Description |
---|---|
ListLicenseRecordsRequest |
ListLicenseRecordsRequest.Builder.build()
Build the instance of ListLicenseRecordsRequest as configured by this builder
|
ListLicenseRecordsRequest |
ListLicenseRecordsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListLicenseRecordsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListLicenseRecordsRequest.Builder |
ListLicenseRecordsRequest.Builder.copy(ListLicenseRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.