Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppSecurityGroupManagement
-
Packages that use AppSecurityGroupManagement Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AppSecurityGroupManagement in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AppSecurityGroupManagement Modifier and Type Method Description AppSecurityGroupManagementCreateDomainRequest. appSecurityGroupManagement()The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.AppSecurityGroupManagementDescribeDomainResponse. appSecurityGroupManagement()The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.AppSecurityGroupManagementUpdateDomainRequest. appSecurityGroupManagement()The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.static AppSecurityGroupManagementAppSecurityGroupManagement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppSecurityGroupManagementAppSecurityGroupManagement. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AppSecurityGroupManagement Modifier and Type Method Description static Set<AppSecurityGroupManagement>AppSecurityGroupManagement. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppSecurityGroupManagement Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. appSecurityGroupManagement(AppSecurityGroupManagement appSecurityGroupManagement)The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.DescribeDomainResponse.BuilderDescribeDomainResponse.Builder. appSecurityGroupManagement(AppSecurityGroupManagement appSecurityGroupManagement)The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.UpdateDomainRequest.BuilderUpdateDomainRequest.Builder. appSecurityGroupManagement(AppSecurityGroupManagement appSecurityGroupManagement)The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.
-