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