Uses of Class
software.amazon.awssdk.services.glue.model.Property
-
Packages that use Property Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Property in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Property Modifier and Type Method Description PropertyAuthConfiguration. authenticationType()The type of authentication for a connection.PropertyAuthConfiguration. secretArn()The Amazon Resource Name (ARN) for the Secrets Manager.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>DescribeConnectionTypeResponse. athenaConnectionProperties()Connection properties specific to the Athena compute environment.Map<String,Property>AuthConfiguration. basicAuthenticationProperties()A map of key-value pairs for the OAuth2 properties.Map<String,Property>ComputeEnvironmentConfiguration. connectionOptions()The parameters used as connection options for the compute environment.Map<String,Property>DescribeConnectionTypeResponse. connectionOptions()Returns properties that can be set when creating a connection in theConnectionInput.ConnectionProperties.Map<String,Property>DescribeConnectionTypeResponse. connectionProperties()Connection properties which are common across compute environments.Map<String,Property>AuthConfiguration. customAuthenticationProperties()A map of key-value pairs for the custom authentication properties.Map<String,Property>AuthConfiguration. oAuth2Properties()A map of key-value pairs for the OAuth2 properties.Map<String,Property>DescribeConnectionTypeResponse. physicalConnectionRequirements()Physical requirements for a connection, such as VPC, Subnet and Security Group specifications.Map<String,Property>DescribeConnectionTypeResponse. pythonConnectionProperties()Connection properties specific to the Python compute environment.Map<String,Property>DescribeConnectionTypeResponse. sparkConnectionProperties()Connection properties specific to the Spark compute environment.Methods in software.amazon.awssdk.services.glue.model with parameters of type Property Modifier and Type Method Description AuthConfiguration.BuilderAuthConfiguration.Builder. authenticationType(Property authenticationType)The type of authentication for a connection.AuthConfiguration.BuilderAuthConfiguration.Builder. secretArn(Property secretArn)The Amazon Resource Name (ARN) for the Secrets Manager.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Property Modifier and Type Method Description DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. athenaConnectionProperties(Map<String,Property> athenaConnectionProperties)Connection properties specific to the Athena compute environment.AuthConfiguration.BuilderAuthConfiguration.Builder. basicAuthenticationProperties(Map<String,Property> basicAuthenticationProperties)A map of key-value pairs for the OAuth2 properties.ComputeEnvironmentConfiguration.BuilderComputeEnvironmentConfiguration.Builder. connectionOptions(Map<String,Property> connectionOptions)The parameters used as connection options for the compute environment.DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. connectionOptions(Map<String,Property> connectionOptions)Returns properties that can be set when creating a connection in theConnectionInput.ConnectionProperties.DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. connectionProperties(Map<String,Property> connectionProperties)Connection properties which are common across compute environments.AuthConfiguration.BuilderAuthConfiguration.Builder. customAuthenticationProperties(Map<String,Property> customAuthenticationProperties)A map of key-value pairs for the custom authentication properties.AuthConfiguration.BuilderAuthConfiguration.Builder. oAuth2Properties(Map<String,Property> oAuth2Properties)A map of key-value pairs for the OAuth2 properties.DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. physicalConnectionRequirements(Map<String,Property> physicalConnectionRequirements)Physical requirements for a connection, such as VPC, Subnet and Security Group specifications.DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. pythonConnectionProperties(Map<String,Property> pythonConnectionProperties)Connection properties specific to the Python compute environment.DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. sparkConnectionProperties(Map<String,Property> sparkConnectionProperties)Connection properties specific to the Spark compute environment.
-