| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SourceIpConfig |
SourceIpConfig.clone() |
SourceIpConfig |
UpdateWorkforceRequest.getSourceIpConfig()
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
SourceIpConfig |
CreateWorkforceRequest.getSourceIpConfig() |
SourceIpConfig |
Workforce.getSourceIpConfig()
A list of one to ten IP address ranges (CIDRs) to be added to the workforce
allow list.
|
SourceIpConfig |
SourceIpConfig.withCidrs(Collection<String> cidrs)
A list of one to ten Classless
Inter-Domain Routing (CIDR) values.
|
SourceIpConfig |
SourceIpConfig.withCidrs(String... cidrs)
A list of one to ten Classless
Inter-Domain Routing (CIDR) values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkforceRequest.setSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
void |
CreateWorkforceRequest.setSourceIpConfig(SourceIpConfig sourceIpConfig) |
void |
Workforce.setSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the workforce
allow list.
|
UpdateWorkforceRequest |
UpdateWorkforceRequest.withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withSourceIpConfig(SourceIpConfig sourceIpConfig) |
Workforce |
Workforce.withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the workforce
allow list.
|
Copyright © 2024. All rights reserved.