| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DockerSettings |
DockerSettings.clone() |
DockerSettings |
DomainSettingsForUpdate.getDockerSettings()
A collection of settings that configure the domain's Docker interaction.
|
DockerSettings |
DomainSettings.getDockerSettings()
A collection of settings that configure the domain's Docker interaction.
|
DockerSettings |
DockerSettings.withEnableDockerAccess(FeatureStatus enableDockerAccess)
Indicates whether the domain can access Docker.
|
DockerSettings |
DockerSettings.withEnableDockerAccess(String enableDockerAccess)
Indicates whether the domain can access Docker.
|
DockerSettings |
DockerSettings.withVpcOnlyTrustedAccounts(Collection<String> vpcOnlyTrustedAccounts)
The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
|
DockerSettings |
DockerSettings.withVpcOnlyTrustedAccounts(String... vpcOnlyTrustedAccounts)
The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainSettingsForUpdate.setDockerSettings(DockerSettings dockerSettings)
A collection of settings that configure the domain's Docker interaction.
|
void |
DomainSettings.setDockerSettings(DockerSettings dockerSettings)
A collection of settings that configure the domain's Docker interaction.
|
DomainSettingsForUpdate |
DomainSettingsForUpdate.withDockerSettings(DockerSettings dockerSettings)
A collection of settings that configure the domain's Docker interaction.
|
DomainSettings |
DomainSettings.withDockerSettings(DockerSettings dockerSettings)
A collection of settings that configure the domain's Docker interaction.
|
Copyright © 2025. All rights reserved.