Uses of Class
software.amazon.awssdk.services.glue.model.SourceControlAuthStrategy
-
Packages that use SourceControlAuthStrategy Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SourceControlAuthStrategy in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SourceControlAuthStrategy Modifier and Type Method Description SourceControlAuthStrategySourceControlDetails. authStrategy()The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.SourceControlAuthStrategyUpdateJobFromSourceControlRequest. authStrategy()The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.SourceControlAuthStrategyUpdateSourceControlFromJobRequest. authStrategy()The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.static SourceControlAuthStrategySourceControlAuthStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SourceControlAuthStrategySourceControlAuthStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceControlAuthStrategy[]SourceControlAuthStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SourceControlAuthStrategy Modifier and Type Method Description static Set<SourceControlAuthStrategy>SourceControlAuthStrategy. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type SourceControlAuthStrategy Modifier and Type Method Description SourceControlDetails.BuilderSourceControlDetails.Builder. authStrategy(SourceControlAuthStrategy authStrategy)The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.UpdateJobFromSourceControlRequest.BuilderUpdateJobFromSourceControlRequest.Builder. authStrategy(SourceControlAuthStrategy authStrategy)The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.UpdateSourceControlFromJobRequest.BuilderUpdateSourceControlFromJobRequest.Builder. authStrategy(SourceControlAuthStrategy authStrategy)The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
-