Uses of Class
software.amazon.awssdk.services.s3control.model.ObjectLambdaAllowedFeature
-
Packages that use ObjectLambdaAllowedFeature Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ObjectLambdaAllowedFeature in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ObjectLambdaAllowedFeature Modifier and Type Method Description static ObjectLambdaAllowedFeatureObjectLambdaAllowedFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ObjectLambdaAllowedFeatureObjectLambdaAllowedFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectLambdaAllowedFeature[]ObjectLambdaAllowedFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ObjectLambdaAllowedFeature Modifier and Type Method Description List<ObjectLambdaAllowedFeature>ObjectLambdaConfiguration. allowedFeatures()A container for allowed features.static Set<ObjectLambdaAllowedFeature>ObjectLambdaAllowedFeature. knownValues()Methods in software.amazon.awssdk.services.s3control.model with parameters of type ObjectLambdaAllowedFeature Modifier and Type Method Description ObjectLambdaConfiguration.BuilderObjectLambdaConfiguration.Builder. allowedFeatures(ObjectLambdaAllowedFeature... allowedFeatures)A container for allowed features.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ObjectLambdaAllowedFeature Modifier and Type Method Description ObjectLambdaConfiguration.BuilderObjectLambdaConfiguration.Builder. allowedFeatures(Collection<ObjectLambdaAllowedFeature> allowedFeatures)A container for allowed features.
-