| Package | Description |
|---|---|
| com.amazonaws.services.licensemanagerusersubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSettings |
UpdateSettings.clone() |
UpdateSettings |
UpdateIdentityProviderSettingsRequest.getUpdateSettings()
Updates the registered identity provider’s product related configuration settings.
|
UpdateSettings |
UpdateSettings.withAddSubnets(Collection<String> addSubnets)
The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require
connectivity to activation servers.
|
UpdateSettings |
UpdateSettings.withAddSubnets(String... addSubnets)
The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require
connectivity to activation servers.
|
UpdateSettings |
UpdateSettings.withRemoveSubnets(Collection<String> removeSubnets)
The ID of one or more subnets to remove.
|
UpdateSettings |
UpdateSettings.withRemoveSubnets(String... removeSubnets)
The ID of one or more subnets to remove.
|
UpdateSettings |
UpdateSettings.withSecurityGroupId(String securityGroupId)
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC
endpoints for activation servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIdentityProviderSettingsRequest.setUpdateSettings(UpdateSettings updateSettings)
Updates the registered identity provider’s product related configuration settings.
|
UpdateIdentityProviderSettingsRequest |
UpdateIdentityProviderSettingsRequest.withUpdateSettings(UpdateSettings updateSettings)
Updates the registered identity provider’s product related configuration settings.
|
Copyright © 2025. All rights reserved.