| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateWorkforceResponse> |
SageMakerAsyncClient.updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
default UpdateWorkforceResponse |
SageMakerClient.updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.builder() |
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to
access tasks assigned to this workforce.
|
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.
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.toBuilder() |
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.workforceName(String workforceName)
The name of the private workforce whose access you want to restrict.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateWorkforceRequest.Builder> |
UpdateWorkforceRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.