| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SourceIpConfig |
UpdateWorkforceRequest.sourceIpConfig()
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
SourceIpConfig |
Workforce.sourceIpConfig()
A list of one to ten IP address ranges (CIDRs) to be added to the workforce
allow list.
|
SourceIpConfig |
CreateWorkforceRequest.sourceIpConfig()
Returns the value of the SourceIpConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to
access tasks assigned to this workforce.
|
Workforce.Builder |
Workforce.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the
workforce allow list.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig)
Sets the value of the SourceIpConfig property for this object.
|
Copyright © 2021. All rights reserved.