Uses of Class
software.amazon.awssdk.services.amplifybackend.model.UnAuthenticatedElement
-
Packages that use UnAuthenticatedElement Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of UnAuthenticatedElement in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return UnAuthenticatedElement Modifier and Type Method Description static UnAuthenticatedElementUnAuthenticatedElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UnAuthenticatedElementUnAuthenticatedElement. valueOf(String name)Returns the enum constant of this type with the specified name.static UnAuthenticatedElement[]UnAuthenticatedElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type UnAuthenticatedElement Modifier and Type Method Description static Set<UnAuthenticatedElement>UnAuthenticatedElement. knownValues()List<UnAuthenticatedElement>BackendStoragePermissions. unAuthenticated()Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type UnAuthenticatedElement Modifier and Type Method Description BackendStoragePermissions.BuilderBackendStoragePermissions.Builder. unAuthenticated(UnAuthenticatedElement... unAuthenticated)Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type UnAuthenticatedElement Modifier and Type Method Description BackendStoragePermissions.BuilderBackendStoragePermissions.Builder. unAuthenticated(Collection<UnAuthenticatedElement> unAuthenticated)Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
-