| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ListAssociationsForLicenseConfigurationResponse.Builder |
ListAssociationsForLicenseConfigurationResponse.builder() |
ListAssociationsForLicenseConfigurationResponse.Builder |
ListAssociationsForLicenseConfigurationResponse.Builder.licenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource
type.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
ListAssociationsForLicenseConfigurationResponse.Builder.licenseConfigurationAssociations(Consumer<LicenseConfigurationAssociation.Builder>... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource
type.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
ListAssociationsForLicenseConfigurationResponse.Builder.licenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource
type.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
ListAssociationsForLicenseConfigurationResponse.Builder.nextToken(String nextToken)
Token for the next set of results.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
ListAssociationsForLicenseConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssociationsForLicenseConfigurationResponse.Builder> |
ListAssociationsForLicenseConfigurationResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.