| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanagerusersubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSettings.Builder |
UpdateSettings.Builder.addSubnets(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.Builder |
UpdateSettings.Builder.addSubnets(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.
|
static UpdateSettings.Builder |
UpdateSettings.builder() |
UpdateSettings.Builder |
UpdateSettings.Builder.removeSubnets(Collection<String> removeSubnets)
The ID of one or more subnets to remove.
|
UpdateSettings.Builder |
UpdateSettings.Builder.removeSubnets(String... removeSubnets)
The ID of one or more subnets to remove.
|
UpdateSettings.Builder |
UpdateSettings.Builder.securityGroupId(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.
|
UpdateSettings.Builder |
UpdateSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSettings.Builder> |
UpdateSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIdentityProviderSettingsRequest.Builder |
UpdateIdentityProviderSettingsRequest.Builder.updateSettings(Consumer<UpdateSettings.Builder> updateSettings)
Updates the registered identity provider’s product related configuration settings.
|
Copyright © 2023. All rights reserved.