| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AppSecurityGroupManagement |
CreateDomainRequest.appSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. |
AppSecurityGroupManagement |
DescribeDomainResponse.appSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. |
static AppSecurityGroupManagement |
AppSecurityGroupManagement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AppSecurityGroupManagement |
AppSecurityGroupManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppSecurityGroupManagement[] |
AppSecurityGroupManagement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AppSecurityGroupManagement> |
AppSecurityGroupManagement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.appSecurityGroupManagement(AppSecurityGroupManagement appSecurityGroupManagement)
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. |
DescribeDomainResponse.Builder |
DescribeDomainResponse.Builder.appSecurityGroupManagement(AppSecurityGroupManagement appSecurityGroupManagement)
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. |
Copyright © 2022. All rights reserved.