| Package | Description |
|---|---|
| com.amazonaws.services.licensemanagerusersubscriptions |
With License Manager, you can create user-based subscriptions to utilize licensed software with a per user
subscription fee on Amazon EC2 instances.
|
| com.amazonaws.services.licensemanagerusersubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserAssociationsResult> |
AbstractAWSLicenseManagerUserSubscriptionsAsync.listUserAssociationsAsync(ListUserAssociationsRequest request,
AsyncHandler<ListUserAssociationsRequest,ListUserAssociationsResult> asyncHandler) |
Future<ListUserAssociationsResult> |
AWSLicenseManagerUserSubscriptionsAsync.listUserAssociationsAsync(ListUserAssociationsRequest listUserAssociationsRequest,
AsyncHandler<ListUserAssociationsRequest,ListUserAssociationsResult> asyncHandler)
Lists user associations for an identity provider.
|
Future<ListUserAssociationsResult> |
AWSLicenseManagerUserSubscriptionsAsyncClient.listUserAssociationsAsync(ListUserAssociationsRequest request,
AsyncHandler<ListUserAssociationsRequest,ListUserAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUserAssociationsRequest |
ListUserAssociationsRequest.clone() |
ListUserAssociationsRequest |
ListUserAssociationsRequest.withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withInstanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withNextToken(String nextToken)
Token for the next set of results.
|
Copyright © 2023. All rights reserved.