Waiter<GetLicenseRecordRequest,GetLicenseRecordResponse> |
LicenseManagerWaiters.forLicenseRecord(GetLicenseRecordRequest request,
LifeCycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetLicenseRecordRequest,GetLicenseRecordResponse> |
LicenseManagerWaiters.forLicenseRecord(GetLicenseRecordRequest request,
LifeCycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetLicenseRecordRequest,GetLicenseRecordResponse> |
LicenseManagerWaiters.forLicenseRecord(GetLicenseRecordRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifeCycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetLicenseRecordResponse |
LicenseManager.getLicenseRecord(GetLicenseRecordRequest request) |
Retrieves license record details by the license record ID in a given compartment.
|
Future<GetLicenseRecordResponse> |
LicenseManagerAsync.getLicenseRecord(GetLicenseRecordRequest request,
AsyncHandler<GetLicenseRecordRequest,GetLicenseRecordResponse> handler) |
Retrieves license record details by the license record ID in a given compartment.
|
Future<GetLicenseRecordResponse> |
LicenseManagerAsyncClient.getLicenseRecord(GetLicenseRecordRequest request,
AsyncHandler<GetLicenseRecordRequest,GetLicenseRecordResponse> handler) |
|
GetLicenseRecordResponse |
LicenseManagerClient.getLicenseRecord(GetLicenseRecordRequest request) |
|